@teamturing/react-kit 2.51.3 → 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 (601) hide show
  1. package/dist/index.js +1342 -24149
  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/jsx-runtime.js +0 -3
  90. package/esm/_virtual/react-is.development.js +0 -3
  91. package/esm/_virtual/react-is.production.min.js +0 -3
  92. package/esm/_virtual/react-jsx-runtime.development.js +0 -3
  93. package/esm/_virtual/react-jsx-runtime.production.min.js +0 -3
  94. package/esm/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -593
  95. package/esm/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -731
  96. package/esm/node_modules/@floating-ui/react/dist/floating-ui.react.js +0 -1621
  97. package/esm/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +0 -233
  98. package/esm/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -321
  99. package/esm/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -161
  100. package/esm/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -136
  101. package/esm/node_modules/@primer/behaviors/dist/esm/focus-trap.js +0 -105
  102. package/esm/node_modules/@primer/behaviors/dist/esm/focus-zone.js +0 -436
  103. package/esm/node_modules/@primer/behaviors/dist/esm/polyfills/event-listener-signal.js +0 -38
  104. package/esm/node_modules/@primer/behaviors/dist/esm/utils/iterate-focusable-elements.js +0 -65
  105. package/esm/node_modules/@primer/behaviors/dist/esm/utils/unique-id.js +0 -6
  106. package/esm/node_modules/@primer/behaviors/dist/esm/utils/user-agent.js +0 -9
  107. package/esm/node_modules/framer-motion/dist/es/animation/animators/instant.js +0 -40
  108. package/esm/node_modules/framer-motion/dist/es/animation/animators/js/driver-frameloop.js +0 -16
  109. package/esm/node_modules/framer-motion/dist/es/animation/animators/js/index.js +0 -303
  110. package/esm/node_modules/framer-motion/dist/es/animation/animators/waapi/create-accelerated-animation.js +0 -199
  111. package/esm/node_modules/framer-motion/dist/es/animation/animators/waapi/easing.js +0 -31
  112. package/esm/node_modules/framer-motion/dist/es/animation/animators/waapi/index.js +0 -23
  113. package/esm/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +0 -8
  114. package/esm/node_modules/framer-motion/dist/es/animation/generators/inertia.js +0 -87
  115. package/esm/node_modules/framer-motion/dist/es/animation/generators/keyframes.js +0 -51
  116. package/esm/node_modules/framer-motion/dist/es/animation/generators/spring/find.js +0 -89
  117. package/esm/node_modules/framer-motion/dist/es/animation/generators/spring/index.js +0 -129
  118. package/esm/node_modules/framer-motion/dist/es/animation/generators/utils/calc-duration.js +0 -17
  119. package/esm/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.js +0 -9
  120. package/esm/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +0 -101
  121. package/esm/node_modules/framer-motion/dist/es/animation/interfaces/single-value.js +0 -11
  122. package/esm/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +0 -71
  123. package/esm/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js +0 -63
  124. package/esm/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js +0 -24
  125. package/esm/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js +0 -6
  126. package/esm/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +0 -40
  127. package/esm/node_modules/framer-motion/dist/es/animation/utils/is-animatable.js +0 -30
  128. package/esm/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js +0 -5
  129. package/esm/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js +0 -5
  130. package/esm/node_modules/framer-motion/dist/es/animation/utils/is-none.js +0 -12
  131. package/esm/node_modules/framer-motion/dist/es/animation/utils/keyframes.js +0 -45
  132. package/esm/node_modules/framer-motion/dist/es/animation/utils/transitions.js +0 -13
  133. package/esm/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js +0 -71
  134. package/esm/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js +0 -56
  135. package/esm/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js +0 -158
  136. package/esm/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js +0 -40
  137. package/esm/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js +0 -5
  138. package/esm/node_modules/framer-motion/dist/es/context/LazyContext.js +0 -5
  139. package/esm/node_modules/framer-motion/dist/es/context/MotionConfigContext.js +0 -12
  140. package/esm/node_modules/framer-motion/dist/es/context/MotionContext/create.js +0 -13
  141. package/esm/node_modules/framer-motion/dist/es/context/MotionContext/index.js +0 -5
  142. package/esm/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +0 -17
  143. package/esm/node_modules/framer-motion/dist/es/context/PresenceContext.js +0 -8
  144. package/esm/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +0 -8
  145. package/esm/node_modules/framer-motion/dist/es/debug/record.js +0 -7
  146. package/esm/node_modules/framer-motion/dist/es/easing/anticipate.js +0 -5
  147. package/esm/node_modules/framer-motion/dist/es/easing/back.js +0 -9
  148. package/esm/node_modules/framer-motion/dist/es/easing/circ.js +0 -8
  149. package/esm/node_modules/framer-motion/dist/es/easing/cubic-bezier.js +0 -51
  150. package/esm/node_modules/framer-motion/dist/es/easing/ease.js +0 -7
  151. package/esm/node_modules/framer-motion/dist/es/easing/modifiers/mirror.js +0 -5
  152. package/esm/node_modules/framer-motion/dist/es/easing/modifiers/reverse.js +0 -5
  153. package/esm/node_modules/framer-motion/dist/es/easing/utils/is-bezier-definition.js +0 -3
  154. package/esm/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.js +0 -5
  155. package/esm/node_modules/framer-motion/dist/es/easing/utils/map.js +0 -37
  156. package/esm/node_modules/framer-motion/dist/es/events/add-dom-event.js +0 -6
  157. package/esm/node_modules/framer-motion/dist/es/events/add-pointer-event.js +0 -8
  158. package/esm/node_modules/framer-motion/dist/es/events/event-info.js +0 -15
  159. package/esm/node_modules/framer-motion/dist/es/events/utils/is-primary-pointer.js +0 -18
  160. package/esm/node_modules/framer-motion/dist/es/frameloop/batcher.js +0 -60
  161. package/esm/node_modules/framer-motion/dist/es/frameloop/frame.js +0 -6
  162. package/esm/node_modules/framer-motion/dist/es/frameloop/render-step.js +0 -104
  163. package/esm/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +0 -457
  164. package/esm/node_modules/framer-motion/dist/es/gestures/drag/index.js +0 -27
  165. package/esm/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +0 -125
  166. package/esm/node_modules/framer-motion/dist/es/gestures/drag/utils/lock.js +0 -53
  167. package/esm/node_modules/framer-motion/dist/es/gestures/focus.js +0 -41
  168. package/esm/node_modules/framer-motion/dist/es/gestures/hover.js +0 -32
  169. package/esm/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +0 -148
  170. package/esm/node_modules/framer-motion/dist/es/gestures/pan/index.js +0 -46
  171. package/esm/node_modules/framer-motion/dist/es/gestures/press.js +0 -120
  172. package/esm/node_modules/framer-motion/dist/es/gestures/utils/is-node-or-child.js +0 -20
  173. package/esm/node_modules/framer-motion/dist/es/motion/features/Feature.js +0 -9
  174. package/esm/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +0 -31
  175. package/esm/node_modules/framer-motion/dist/es/motion/features/animation/index.js +0 -38
  176. package/esm/node_modules/framer-motion/dist/es/motion/features/animations.js +0 -13
  177. package/esm/node_modules/framer-motion/dist/es/motion/features/definitions.js +0 -28
  178. package/esm/node_modules/framer-motion/dist/es/motion/features/drag.js +0 -17
  179. package/esm/node_modules/framer-motion/dist/es/motion/features/gestures.js +0 -21
  180. package/esm/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +0 -131
  181. package/esm/node_modules/framer-motion/dist/es/motion/features/layout.js +0 -11
  182. package/esm/node_modules/framer-motion/dist/es/motion/features/load-features.js +0 -12
  183. package/esm/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +0 -72
  184. package/esm/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js +0 -49
  185. package/esm/node_modules/framer-motion/dist/es/motion/index.js +0 -79
  186. package/esm/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +0 -11
  187. package/esm/node_modules/framer-motion/dist/es/motion/utils/symbol.js +0 -3
  188. package/esm/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +0 -33
  189. package/esm/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +0 -75
  190. package/esm/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +0 -81
  191. package/esm/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +0 -59
  192. package/esm/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +0 -93
  193. package/esm/node_modules/framer-motion/dist/es/projection/geometry/conversion.js +0 -33
  194. package/esm/node_modules/framer-motion/dist/es/projection/geometry/copy.js +0 -20
  195. package/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +0 -122
  196. package/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +0 -41
  197. package/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +0 -54
  198. package/esm/node_modules/framer-motion/dist/es/projection/geometry/models.js +0 -17
  199. package/esm/node_modules/framer-motion/dist/es/projection/geometry/utils.js +0 -25
  200. package/esm/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +0 -13
  201. package/esm/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js +0 -27
  202. package/esm/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +0 -1494
  203. package/esm/node_modules/framer-motion/dist/es/projection/node/state.js +0 -19
  204. package/esm/node_modules/framer-motion/dist/es/projection/shared/stack.js +0 -112
  205. package/esm/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +0 -41
  206. package/esm/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +0 -35
  207. package/esm/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +0 -6
  208. package/esm/node_modules/framer-motion/dist/es/projection/styles/transform.js +0 -42
  209. package/esm/node_modules/framer-motion/dist/es/projection/utils/each-axis.js +0 -5
  210. package/esm/node_modules/framer-motion/dist/es/projection/utils/has-transform.js +0 -24
  211. package/esm/node_modules/framer-motion/dist/es/projection/utils/measure.js +0 -17
  212. package/esm/node_modules/framer-motion/dist/es/render/VisualElement.js +0 -507
  213. package/esm/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +0 -48
  214. package/esm/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +0 -11
  215. package/esm/node_modules/framer-motion/dist/es/render/dom/motion-proxy.js +0 -47
  216. package/esm/node_modules/framer-motion/dist/es/render/dom/motion.js +0 -23
  217. package/esm/node_modules/framer-motion/dist/es/render/dom/use-render.js +0 -35
  218. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +0 -6
  219. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/create-config.js +0 -19
  220. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.js +0 -89
  221. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +0 -57
  222. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.js +0 -6
  223. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js +0 -30
  224. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.js +0 -5
  225. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/parse-dom-variant.js +0 -15
  226. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.js +0 -230
  227. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.js +0 -15
  228. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.js +0 -30
  229. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.js +0 -15
  230. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/find.js +0 -15
  231. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.js +0 -10
  232. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/number.js +0 -72
  233. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/test.js +0 -6
  234. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.js +0 -9
  235. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.js +0 -8
  236. package/esm/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +0 -55
  237. package/esm/node_modules/framer-motion/dist/es/render/html/config-motion.js +0 -12
  238. package/esm/node_modules/framer-motion/dist/es/render/html/use-props.js +0 -57
  239. package/esm/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +0 -74
  240. package/esm/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +0 -45
  241. package/esm/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js +0 -8
  242. package/esm/node_modules/framer-motion/dist/es/render/html/utils/render.js +0 -9
  243. package/esm/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +0 -17
  244. package/esm/node_modules/framer-motion/dist/es/render/html/utils/transform.js +0 -28
  245. package/esm/node_modules/framer-motion/dist/es/render/store.js +0 -3
  246. package/esm/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +0 -46
  247. package/esm/node_modules/framer-motion/dist/es/render/svg/config-motion.js +0 -40
  248. package/esm/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js +0 -33
  249. package/esm/node_modules/framer-motion/dist/es/render/svg/use-props.js +0 -24
  250. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +0 -52
  251. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js +0 -30
  252. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js +0 -8
  253. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js +0 -3
  254. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/path.js +0 -32
  255. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/render.js +0 -12
  256. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +0 -18
  257. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.js +0 -18
  258. package/esm/node_modules/framer-motion/dist/es/render/utils/animation-state.js +0 -319
  259. package/esm/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js +0 -3
  260. package/esm/node_modules/framer-motion/dist/es/render/utils/flat-tree.js +0 -24
  261. package/esm/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +0 -13
  262. package/esm/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js +0 -8
  263. package/esm/node_modules/framer-motion/dist/es/render/utils/motion-values.js +0 -63
  264. package/esm/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js +0 -24
  265. package/esm/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js +0 -26
  266. package/esm/node_modules/framer-motion/dist/es/render/utils/setters.js +0 -101
  267. package/esm/node_modules/framer-motion/dist/es/render/utils/variant-props.js +0 -12
  268. package/esm/node_modules/framer-motion/dist/es/utils/array.js +0 -11
  269. package/esm/node_modules/framer-motion/dist/es/utils/clamp.js +0 -3
  270. package/esm/node_modules/framer-motion/dist/es/utils/delay.js +0 -19
  271. package/esm/node_modules/framer-motion/dist/es/utils/distance.js +0 -9
  272. package/esm/node_modules/framer-motion/dist/es/utils/errors.js +0 -18
  273. package/esm/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.js +0 -42
  274. package/esm/node_modules/framer-motion/dist/es/utils/interpolate.js +0 -92
  275. package/esm/node_modules/framer-motion/dist/es/utils/is-browser.js +0 -3
  276. package/esm/node_modules/framer-motion/dist/es/utils/is-numerical-string.js +0 -6
  277. package/esm/node_modules/framer-motion/dist/es/utils/is-ref-object.js +0 -6
  278. package/esm/node_modules/framer-motion/dist/es/utils/is-zero-value-string.js +0 -6
  279. package/esm/node_modules/framer-motion/dist/es/utils/memo.js +0 -10
  280. package/esm/node_modules/framer-motion/dist/es/utils/mix-color.js +0 -40
  281. package/esm/node_modules/framer-motion/dist/es/utils/mix-complex.js +0 -64
  282. package/esm/node_modules/framer-motion/dist/es/utils/mix.js +0 -24
  283. package/esm/node_modules/framer-motion/dist/es/utils/noop.js +0 -3
  284. package/esm/node_modules/framer-motion/dist/es/utils/offsets/default.js +0 -9
  285. package/esm/node_modules/framer-motion/dist/es/utils/offsets/fill.js +0 -12
  286. package/esm/node_modules/framer-motion/dist/es/utils/offsets/time.js +0 -5
  287. package/esm/node_modules/framer-motion/dist/es/utils/pipe.js +0 -11
  288. package/esm/node_modules/framer-motion/dist/es/utils/progress.js +0 -18
  289. package/esm/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +0 -19
  290. package/esm/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js +0 -5
  291. package/esm/node_modules/framer-motion/dist/es/utils/resolve-value.js +0 -11
  292. package/esm/node_modules/framer-motion/dist/es/utils/shallow-compare.js +0 -14
  293. package/esm/node_modules/framer-motion/dist/es/utils/subscription-manager.js +0 -40
  294. package/esm/node_modules/framer-motion/dist/es/utils/time-conversion.js +0 -10
  295. package/esm/node_modules/framer-motion/dist/es/utils/use-constant.js +0 -18
  296. package/esm/node_modules/framer-motion/dist/es/utils/use-force-update.js +0 -19
  297. package/esm/node_modules/framer-motion/dist/es/utils/use-instant-transition-state.js +0 -5
  298. package/esm/node_modules/framer-motion/dist/es/utils/use-is-mounted.js +0 -15
  299. package/esm/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js +0 -6
  300. package/esm/node_modules/framer-motion/dist/es/utils/use-unmount-effect.js +0 -7
  301. package/esm/node_modules/framer-motion/dist/es/utils/velocity-per-second.js +0 -11
  302. package/esm/node_modules/framer-motion/dist/es/utils/warn-once.js +0 -11
  303. package/esm/node_modules/framer-motion/dist/es/value/index.js +0 -331
  304. package/esm/node_modules/framer-motion/dist/es/value/types/color/hex.js +0 -40
  305. package/esm/node_modules/framer-motion/dist/es/value/types/color/hsla.js +0 -22
  306. package/esm/node_modules/framer-motion/dist/es/value/types/color/index.js +0 -28
  307. package/esm/node_modules/framer-motion/dist/es/value/types/color/rgba.js +0 -25
  308. package/esm/node_modules/framer-motion/dist/es/value/types/color/utils.js +0 -23
  309. package/esm/node_modules/framer-motion/dist/es/value/types/complex/filter.js +0 -30
  310. package/esm/node_modules/framer-motion/dist/es/value/types/complex/index.js +0 -92
  311. package/esm/node_modules/framer-motion/dist/es/value/types/numbers/index.js +0 -17
  312. package/esm/node_modules/framer-motion/dist/es/value/types/numbers/units.js +0 -19
  313. package/esm/node_modules/framer-motion/dist/es/value/types/utils.js +0 -15
  314. package/esm/node_modules/framer-motion/dist/es/value/use-will-change/is.js +0 -7
  315. package/esm/node_modules/framer-motion/dist/es/value/utils/is-motion-value.js +0 -3
  316. package/esm/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +0 -16
  317. package/esm/node_modules/lodash.debounce/index.js +0 -363
  318. package/esm/node_modules/lodash.throttle/index.js +0 -424
  319. package/esm/node_modules/lodash.toarray/index.js +0 -849
  320. package/esm/node_modules/react/cjs/react-jsx-runtime.development.js +0 -1140
  321. package/esm/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -53
  322. package/esm/node_modules/react/jsx-runtime.js +0 -12
  323. package/esm/node_modules/react-is/cjs/react-is.development.js +0 -211
  324. package/esm/node_modules/react-is/cjs/react-is.production.min.js +0 -123
  325. package/esm/node_modules/react-is/index.js +0 -12
  326. package/esm/node_modules/tabbable/dist/index.esm.js +0 -560
  327. package/esm/packages/icons/esm/AHorizontalLine.js +0 -15
  328. package/esm/packages/icons/esm/AInCircleFilled.js +0 -21
  329. package/esm/packages/icons/esm/AVertialLine.js +0 -15
  330. package/esm/packages/icons/esm/Ai.js +0 -23
  331. package/esm/packages/icons/esm/AiColor.js +0 -23
  332. package/esm/packages/icons/esm/AiSad.js +0 -24
  333. package/esm/packages/icons/esm/Alarm.js +0 -17
  334. package/esm/packages/icons/esm/AppleColor.js +0 -18
  335. package/esm/packages/icons/esm/ArrowBelow.js +0 -17
  336. package/esm/packages/icons/esm/ArrowDiagonal.js +0 -15
  337. package/esm/packages/icons/esm/ArrowDown.js +0 -17
  338. package/esm/packages/icons/esm/ArrowLeft.js +0 -17
  339. package/esm/packages/icons/esm/ArrowLeftCircle.js +0 -15
  340. package/esm/packages/icons/esm/ArrowLeftLimit.js +0 -17
  341. package/esm/packages/icons/esm/ArrowLeftRight.js +0 -17
  342. package/esm/packages/icons/esm/ArrowRight.js +0 -17
  343. package/esm/packages/icons/esm/ArrowRightCircle.js +0 -15
  344. package/esm/packages/icons/esm/ArrowRightLimit.js +0 -17
  345. package/esm/packages/icons/esm/ArrowUp.js +0 -17
  346. package/esm/packages/icons/esm/ArrowUpDown.js +0 -17
  347. package/esm/packages/icons/esm/ArrowUpLimit.js +0 -17
  348. package/esm/packages/icons/esm/Barchart.js +0 -15
  349. package/esm/packages/icons/esm/Book.js +0 -17
  350. package/esm/packages/icons/esm/BookColor.js +0 -28
  351. package/esm/packages/icons/esm/Bookmark.js +0 -17
  352. package/esm/packages/icons/esm/BookmarkAnimation.js +0 -17
  353. package/esm/packages/icons/esm/Box.js +0 -24
  354. package/esm/packages/icons/esm/BoxPlus.js +0 -15
  355. package/esm/packages/icons/esm/BusColor.js +0 -36
  356. package/esm/packages/icons/esm/Calendar.js +0 -22
  357. package/esm/packages/icons/esm/CalendarCheck.js +0 -17
  358. package/esm/packages/icons/esm/CalendarCheckColor.js +0 -20
  359. package/esm/packages/icons/esm/CalendarColor.js +0 -36
  360. package/esm/packages/icons/esm/Camera.js +0 -22
  361. package/esm/packages/icons/esm/CameraColor.js +0 -30
  362. package/esm/packages/icons/esm/Card.js +0 -17
  363. package/esm/packages/icons/esm/CardsPercent.js +0 -19
  364. package/esm/packages/icons/esm/CardsPercentColor.js +0 -23
  365. package/esm/packages/icons/esm/CaretDown.js +0 -15
  366. package/esm/packages/icons/esm/CaretLeft.js +0 -15
  367. package/esm/packages/icons/esm/CaretRight.js +0 -15
  368. package/esm/packages/icons/esm/CaretUp.js +0 -15
  369. package/esm/packages/icons/esm/Cart.js +0 -17
  370. package/esm/packages/icons/esm/ChatBubble.js +0 -17
  371. package/esm/packages/icons/esm/ChatBubbleBadgeColor.js +0 -32
  372. package/esm/packages/icons/esm/ChatBubbleCorrect.js +0 -24
  373. package/esm/packages/icons/esm/ChatBubbleCorrectColor.js +0 -22
  374. package/esm/packages/icons/esm/ChatBubbleDots.js +0 -17
  375. package/esm/packages/icons/esm/ChatBubbleQuestion.js +0 -17
  376. package/esm/packages/icons/esm/ChatBubbleQuestionAnimation.js +0 -16
  377. package/esm/packages/icons/esm/ChatBubbleQuestionColor.js +0 -20
  378. package/esm/packages/icons/esm/Check.js +0 -15
  379. package/esm/packages/icons/esm/CheckInCircle.js +0 -17
  380. package/esm/packages/icons/esm/CheckInCircleColor.js +0 -20
  381. package/esm/packages/icons/esm/CheckInCircleLine.js +0 -20
  382. package/esm/packages/icons/esm/ChevronDown.js +0 -17
  383. package/esm/packages/icons/esm/ChevronDownTwo.js +0 -23
  384. package/esm/packages/icons/esm/ChevronLeft.js +0 -17
  385. package/esm/packages/icons/esm/ChevronRight.js +0 -17
  386. package/esm/packages/icons/esm/ChevronRightTwo.js +0 -23
  387. package/esm/packages/icons/esm/ChevronUp.js +0 -17
  388. package/esm/packages/icons/esm/ChevronUpTwo.js +0 -23
  389. package/esm/packages/icons/esm/Circles.js +0 -17
  390. package/esm/packages/icons/esm/Clip.js +0 -15
  391. package/esm/packages/icons/esm/Close.js +0 -17
  392. package/esm/packages/icons/esm/CloseInCircle.js +0 -17
  393. package/esm/packages/icons/esm/Coin.js +0 -17
  394. package/esm/packages/icons/esm/Contact.js +0 -17
  395. package/esm/packages/icons/esm/Copy.js +0 -22
  396. package/esm/packages/icons/esm/Correct.js +0 -16
  397. package/esm/packages/icons/esm/Coupon.js +0 -17
  398. package/esm/packages/icons/esm/Crop.js +0 -24
  399. package/esm/packages/icons/esm/Crown.js +0 -17
  400. package/esm/packages/icons/esm/Curriculum.js +0 -31
  401. package/esm/packages/icons/esm/CurriculumColor.js +0 -38
  402. package/esm/packages/icons/esm/Cursor.js +0 -22
  403. package/esm/packages/icons/esm/Delete.js +0 -17
  404. package/esm/packages/icons/esm/Document.js +0 -22
  405. package/esm/packages/icons/esm/Dots.js +0 -17
  406. package/esm/packages/icons/esm/Download.js +0 -18
  407. package/esm/packages/icons/esm/Emoji.js +0 -17
  408. package/esm/packages/icons/esm/EmojiPlus.js +0 -22
  409. package/esm/packages/icons/esm/EmojiPlusDash.js +0 -17
  410. package/esm/packages/icons/esm/Eng.js +0 -20
  411. package/esm/packages/icons/esm/Enter.js +0 -17
  412. package/esm/packages/icons/esm/Equal.js +0 -17
  413. package/esm/packages/icons/esm/Eraser.js +0 -17
  414. package/esm/packages/icons/esm/ExclamationPointInCircle.js +0 -17
  415. package/esm/packages/icons/esm/ExternalLink.js +0 -27
  416. package/esm/packages/icons/esm/EyeOff.js +0 -15
  417. package/esm/packages/icons/esm/EyeOn.js +0 -22
  418. package/esm/packages/icons/esm/EyesTwo.js +0 -15
  419. package/esm/packages/icons/esm/FaceHappy.js +0 -17
  420. package/esm/packages/icons/esm/FaceSad.js +0 -17
  421. package/esm/packages/icons/esm/Facebook.js +0 -15
  422. package/esm/packages/icons/esm/FacebookColor.js +0 -20
  423. package/esm/packages/icons/esm/Filter.js +0 -17
  424. package/esm/packages/icons/esm/Find.js +0 -17
  425. package/esm/packages/icons/esm/Fire.js +0 -15
  426. package/esm/packages/icons/esm/FireColor.js +0 -27
  427. package/esm/packages/icons/esm/Flag.js +0 -15
  428. package/esm/packages/icons/esm/Folder.js +0 -17
  429. package/esm/packages/icons/esm/Frame.js +0 -17
  430. package/esm/packages/icons/esm/Glasses.js +0 -17
  431. package/esm/packages/icons/esm/Global.js +0 -17
  432. package/esm/packages/icons/esm/GoogleColor.js +0 -35
  433. package/esm/packages/icons/esm/Graph.js +0 -17
  434. package/esm/packages/icons/esm/Hair.js +0 -17
  435. package/esm/packages/icons/esm/Headphone.js +0 -17
  436. package/esm/packages/icons/esm/Heart.js +0 -17
  437. package/esm/packages/icons/esm/Home.js +0 -17
  438. package/esm/packages/icons/esm/Infinite.js +0 -15
  439. package/esm/packages/icons/esm/InfoInCircle.js +0 -17
  440. package/esm/packages/icons/esm/Instagram.js +0 -17
  441. package/esm/packages/icons/esm/KakaoColor.js +0 -20
  442. package/esm/packages/icons/esm/Kor.js +0 -20
  443. package/esm/packages/icons/esm/LandscapeArrow.js +0 -20
  444. package/esm/packages/icons/esm/League.js +0 -17
  445. package/esm/packages/icons/esm/Letter.js +0 -17
  446. package/esm/packages/icons/esm/LetterCrownColor.js +0 -26
  447. package/esm/packages/icons/esm/LetterCrownOpenColor.js +0 -35
  448. package/esm/packages/icons/esm/LetterHeartColor.js +0 -26
  449. package/esm/packages/icons/esm/LetterHeartOpenColor.js +0 -35
  450. package/esm/packages/icons/esm/LineThree.js +0 -17
  451. package/esm/packages/icons/esm/Link.js +0 -22
  452. package/esm/packages/icons/esm/Lock.js +0 -17
  453. package/esm/packages/icons/esm/LogoApple.js +0 -17
  454. package/esm/packages/icons/esm/LogoColor.js +0 -22
  455. package/esm/packages/icons/esm/LogoFacebook.js +0 -17
  456. package/esm/packages/icons/esm/LogoKakao.js +0 -17
  457. package/esm/packages/icons/esm/LogoNaver.js +0 -15
  458. package/esm/packages/icons/esm/MagicWand.js +0 -22
  459. package/esm/packages/icons/esm/Maxsize.js +0 -15
  460. package/esm/packages/icons/esm/Minsize.js +0 -17
  461. package/esm/packages/icons/esm/Minus.js +0 -17
  462. package/esm/packages/icons/esm/MinusInCircle.js +0 -17
  463. package/esm/packages/icons/esm/Moneybag.js +0 -17
  464. package/esm/packages/icons/esm/MoneybagColor.js +0 -20
  465. package/esm/packages/icons/esm/Moon.js +0 -15
  466. package/esm/packages/icons/esm/More.js +0 -17
  467. package/esm/packages/icons/esm/MyBubble.js +0 -17
  468. package/esm/packages/icons/esm/NaverColor.js +0 -18
  469. package/esm/packages/icons/esm/New.js +0 -22
  470. package/esm/packages/icons/esm/Note.js +0 -17
  471. package/esm/packages/icons/esm/NoteColor.js +0 -18
  472. package/esm/packages/icons/esm/NotePenColor.js +0 -46
  473. package/esm/packages/icons/esm/NumberFiveFilled.js +0 -17
  474. package/esm/packages/icons/esm/NumberFiveOutlined.js +0 -20
  475. package/esm/packages/icons/esm/NumberFourFilled.js +0 -17
  476. package/esm/packages/icons/esm/NumberFourOutlined.js +0 -20
  477. package/esm/packages/icons/esm/NumberOneFilled.js +0 -17
  478. package/esm/packages/icons/esm/NumberOneOutlined.js +0 -20
  479. package/esm/packages/icons/esm/NumberThreeFilled.js +0 -17
  480. package/esm/packages/icons/esm/NumberThreeOutlined.js +0 -20
  481. package/esm/packages/icons/esm/NumberTwoFilled.js +0 -17
  482. package/esm/packages/icons/esm/NumberTwoOutlined.js +0 -20
  483. package/esm/packages/icons/esm/Out.js +0 -17
  484. package/esm/packages/icons/esm/PalmTreeColor.js +0 -41
  485. package/esm/packages/icons/esm/PaperCheck.js +0 -36
  486. package/esm/packages/icons/esm/PaperPen.js +0 -31
  487. package/esm/packages/icons/esm/PaperPenColor.js +0 -20
  488. package/esm/packages/icons/esm/PaperTwo.js +0 -18
  489. package/esm/packages/icons/esm/Pause.js +0 -17
  490. package/esm/packages/icons/esm/Pen.js +0 -17
  491. package/esm/packages/icons/esm/PercentInCircle.js +0 -22
  492. package/esm/packages/icons/esm/Picture.js +0 -17
  493. package/esm/packages/icons/esm/Pill.js +0 -25
  494. package/esm/packages/icons/esm/PillColor.js +0 -18
  495. package/esm/packages/icons/esm/Pin.js +0 -17
  496. package/esm/packages/icons/esm/PinColorRed.js +0 -26
  497. package/esm/packages/icons/esm/Play.js +0 -15
  498. package/esm/packages/icons/esm/Plus.js +0 -17
  499. package/esm/packages/icons/esm/PlusInCircle.js +0 -17
  500. package/esm/packages/icons/esm/PointInCircle.js +0 -22
  501. package/esm/packages/icons/esm/PointInCircleColor.js +0 -27
  502. package/esm/packages/icons/esm/PortraitArrow.js +0 -20
  503. package/esm/packages/icons/esm/Present.js +0 -21
  504. package/esm/packages/icons/esm/PresentColor.js +0 -20
  505. package/esm/packages/icons/esm/Print.js +0 -20
  506. package/esm/packages/icons/esm/Problem.js +0 -15
  507. package/esm/packages/icons/esm/Profile.js +0 -17
  508. package/esm/packages/icons/esm/ProgressGradient.js +0 -41
  509. package/esm/packages/icons/esm/QuestionMarkInCircle.js +0 -17
  510. package/esm/packages/icons/esm/QuestionMarkInCircleOutlined.js +0 -20
  511. package/esm/packages/icons/esm/QuizColor.js +0 -28
  512. package/esm/packages/icons/esm/RaffleColor.js +0 -113
  513. package/esm/packages/icons/esm/Receipt.js +0 -17
  514. package/esm/packages/icons/esm/Refresh.js +0 -17
  515. package/esm/packages/icons/esm/Repeat.js +0 -15
  516. package/esm/packages/icons/esm/ReportColor.js +0 -30
  517. package/esm/packages/icons/esm/School.js +0 -20
  518. package/esm/packages/icons/esm/SchoolColor.js +0 -27
  519. package/esm/packages/icons/esm/Scroll.js +0 -22
  520. package/esm/packages/icons/esm/Search.js +0 -15
  521. package/esm/packages/icons/esm/Set.js +0 -20
  522. package/esm/packages/icons/esm/Setting.js +0 -17
  523. package/esm/packages/icons/esm/Share.js +0 -22
  524. package/esm/packages/icons/esm/ShieldCheck.js +0 -15
  525. package/esm/packages/icons/esm/Sidebar.js +0 -17
  526. package/esm/packages/icons/esm/Siren.js +0 -17
  527. package/esm/packages/icons/esm/Skipback.js +0 -17
  528. package/esm/packages/icons/esm/Skipforward.js +0 -17
  529. package/esm/packages/icons/esm/SoundOff.js +0 -15
  530. package/esm/packages/icons/esm/SoundOn.js +0 -25
  531. package/esm/packages/icons/esm/SoundPaper.js +0 -20
  532. package/esm/packages/icons/esm/Speaker.js +0 -17
  533. package/esm/packages/icons/esm/Stackup.js +0 -27
  534. package/esm/packages/icons/esm/Star.js +0 -17
  535. package/esm/packages/icons/esm/StarColor.js +0 -21
  536. package/esm/packages/icons/esm/Store.js +0 -15
  537. package/esm/packages/icons/esm/Sun.js +0 -15
  538. package/esm/packages/icons/esm/Sync.js +0 -17
  539. package/esm/packages/icons/esm/TestUploadColor.js +0 -26
  540. package/esm/packages/icons/esm/Thumbdown.js +0 -17
  541. package/esm/packages/icons/esm/Thumbup.js +0 -17
  542. package/esm/packages/icons/esm/Thunder.js +0 -17
  543. package/esm/packages/icons/esm/Ticket.js +0 -17
  544. package/esm/packages/icons/esm/TicketColor.js +0 -29
  545. package/esm/packages/icons/esm/Time.js +0 -17
  546. package/esm/packages/icons/esm/Timer.js +0 -17
  547. package/esm/packages/icons/esm/Top.js +0 -17
  548. package/esm/packages/icons/esm/Touch.js +0 -26
  549. package/esm/packages/icons/esm/Trash.js +0 -17
  550. package/esm/packages/icons/esm/Treasurebox.js +0 -22
  551. package/esm/packages/icons/esm/Trophy.js +0 -17
  552. package/esm/packages/icons/esm/Twinkle.js +0 -15
  553. package/esm/packages/icons/esm/TwinkleColor.js +0 -48
  554. package/esm/packages/icons/esm/Undo.js +0 -17
  555. package/esm/packages/icons/esm/University.js +0 -26
  556. package/esm/packages/icons/esm/UserBlocked.js +0 -17
  557. package/esm/packages/icons/esm/UserCheck.js +0 -17
  558. package/esm/packages/icons/esm/UserPlus.js +0 -17
  559. package/esm/packages/icons/esm/UserTwo.js +0 -23
  560. package/esm/packages/icons/esm/Video.js +0 -17
  561. package/esm/packages/icons/esm/VideoColor.js +0 -18
  562. package/esm/packages/icons/esm/VoteColor.js +0 -24
  563. package/esm/packages/icons/esm/Warning.js +0 -17
  564. package/esm/packages/icons/esm/Wifi.js +0 -27
  565. package/esm/packages/icons/esm/Workbook.js +0 -28
  566. package/esm/packages/icons/esm/WorkbookColor.js +0 -29
  567. package/esm/packages/icons/esm/Wrong.js +0 -20
  568. package/esm/packages/icons/esm/Youtube.js +0 -17
  569. package/esm/packages/icons/esm/_virtual/_rollupPluginBabelHelpers.js +0 -16
  570. package/esm/packages/icons/esm/index.js +0 -242
  571. package/esm/packages/token-studio/esm/foundation/breakpoint/device.js +0 -7
  572. package/esm/packages/token-studio/esm/foundation/gradient/colorStopList/index.js +0 -9
  573. package/esm/packages/token-studio/esm/foundation/gradient/direction/index.js +0 -9
  574. package/esm/packages/token-studio/esm/foundation/opacity/index.js +0 -5
  575. package/esm/packages/token-studio/esm/foundation/palette/index.js +0 -169
  576. package/esm/packages/token-studio/esm/foundation/rounding/index.js +0 -13
  577. package/esm/packages/token-studio/esm/foundation/shadow/index.js +0 -5
  578. package/esm/packages/token-studio/esm/foundation/spacing/index.js +0 -56
  579. package/esm/packages/token-studio/esm/foundation/typography/fontSize/index.js +0 -18
  580. package/esm/packages/token-studio/esm/foundation/typography/fontWeight/index.js +0 -13
  581. package/esm/packages/token-studio/esm/foundation/typography/lineHeight/index.js +0 -6
  582. package/esm/packages/token-studio/esm/token/breakpoints/index.js +0 -6
  583. package/esm/packages/token-studio/esm/token/color/gpai/dark.js +0 -223
  584. package/esm/packages/token-studio/esm/token/color/gpai/light.js +0 -223
  585. package/esm/packages/token-studio/esm/token/color/index.js +0 -223
  586. package/esm/packages/token-studio/esm/token/elevation/index.js +0 -7
  587. package/esm/packages/token-studio/esm/token/gradient/index.js +0 -41
  588. package/esm/packages/token-studio/esm/token/opacity/index.js +0 -7
  589. package/esm/packages/token-studio/esm/token/radii/index.js +0 -15
  590. package/esm/packages/token-studio/esm/token/space/index.js +0 -55
  591. package/esm/packages/token-studio/esm/token/typography/fontSizes.js +0 -17
  592. package/esm/packages/token-studio/esm/token/typography/fontWeights.js +0 -9
  593. package/esm/packages/token-studio/esm/token/typography/index.js +0 -133
  594. package/esm/packages/token-studio/esm/token/typography/lineHeights.js +0 -8
  595. package/esm/packages/utils/esm/commaizeNumber.js +0 -10
  596. package/esm/packages/utils/esm/forcePixelValue.js +0 -8
  597. package/esm/packages/utils/esm/isArray.js +0 -3
  598. package/esm/packages/utils/esm/isFunction.js +0 -3
  599. package/esm/packages/utils/esm/isNullable.js +0 -3
  600. package/esm/packages/utils/esm/noop.js +0 -6
  601. package/esm/packages/utils/esm/scrollIntoView.js +0 -46
@@ -1,849 +0,0 @@
1
- import { commonjsGlobal, getDefaultExportFromCjs } from '../../_virtual/_commonjsHelpers.js';
2
-
3
- /**
4
- * lodash (Custom Build) <https://lodash.com/>
5
- * Build: `lodash modularize exports="npm" -o ./`
6
- * Copyright jQuery Foundation and other contributors <https://jquery.org/>
7
- * Released under MIT license <https://lodash.com/license>
8
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
9
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
10
- */
11
-
12
- /** Used as references for various `Number` constants. */
13
- var MAX_SAFE_INTEGER = 9007199254740991;
14
-
15
- /** `Object#toString` result references. */
16
- var argsTag = '[object Arguments]',
17
- funcTag = '[object Function]',
18
- genTag = '[object GeneratorFunction]',
19
- mapTag = '[object Map]',
20
- objectTag = '[object Object]',
21
- promiseTag = '[object Promise]',
22
- setTag = '[object Set]',
23
- stringTag = '[object String]',
24
- weakMapTag = '[object WeakMap]';
25
- var dataViewTag = '[object DataView]';
26
-
27
- /**
28
- * Used to match `RegExp`
29
- * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
30
- */
31
- var reRegExpChar = /[\\^$.*+?()[\]{}|]/g;
32
-
33
- /** Used to detect host constructors (Safari). */
34
- var reIsHostCtor = /^\[object .+?Constructor\]$/;
35
-
36
- /** Used to detect unsigned integer values. */
37
- var reIsUint = /^(?:0|[1-9]\d*)$/;
38
-
39
- /** Used to compose unicode character classes. */
40
- var rsAstralRange = '\\ud800-\\udfff',
41
- rsComboMarksRange = '\\u0300-\\u036f\\ufe20-\\ufe23',
42
- rsComboSymbolsRange = '\\u20d0-\\u20f0',
43
- rsVarRange = '\\ufe0e\\ufe0f';
44
-
45
- /** Used to compose unicode capture groups. */
46
- var rsAstral = '[' + rsAstralRange + ']',
47
- rsCombo = '[' + rsComboMarksRange + rsComboSymbolsRange + ']',
48
- rsFitz = '\\ud83c[\\udffb-\\udfff]',
49
- rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',
50
- rsNonAstral = '[^' + rsAstralRange + ']',
51
- rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}',
52
- rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]',
53
- rsZWJ = '\\u200d';
54
-
55
- /** Used to compose unicode regexes. */
56
- var reOptMod = rsModifier + '?',
57
- rsOptVar = '[' + rsVarRange + ']?',
58
- rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',
59
- rsSeq = rsOptVar + reOptMod + rsOptJoin,
60
- rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')';
61
-
62
- /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */
63
- var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g');
64
-
65
- /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */
66
- var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange + rsComboMarksRange + rsComboSymbolsRange + rsVarRange + ']');
67
-
68
- /** Detect free variable `global` from Node.js. */
69
- var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
70
-
71
- /** Detect free variable `self`. */
72
- var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
73
-
74
- /** Used as a reference to the global object. */
75
- var root = freeGlobal || freeSelf || Function('return this')();
76
-
77
- /**
78
- * A specialized version of `_.map` for arrays without support for iteratee
79
- * shorthands.
80
- *
81
- * @private
82
- * @param {Array} [array] The array to iterate over.
83
- * @param {Function} iteratee The function invoked per iteration.
84
- * @returns {Array} Returns the new mapped array.
85
- */
86
- function arrayMap(array, iteratee) {
87
- var index = -1,
88
- length = array ? array.length : 0,
89
- result = Array(length);
90
- while (++index < length) {
91
- result[index] = iteratee(array[index], index, array);
92
- }
93
- return result;
94
- }
95
-
96
- /**
97
- * Converts an ASCII `string` to an array.
98
- *
99
- * @private
100
- * @param {string} string The string to convert.
101
- * @returns {Array} Returns the converted array.
102
- */
103
- function asciiToArray(string) {
104
- return string.split('');
105
- }
106
-
107
- /**
108
- * The base implementation of `_.times` without support for iteratee shorthands
109
- * or max array length checks.
110
- *
111
- * @private
112
- * @param {number} n The number of times to invoke `iteratee`.
113
- * @param {Function} iteratee The function invoked per iteration.
114
- * @returns {Array} Returns the array of results.
115
- */
116
- function baseTimes(n, iteratee) {
117
- var index = -1,
118
- result = Array(n);
119
- while (++index < n) {
120
- result[index] = iteratee(index);
121
- }
122
- return result;
123
- }
124
-
125
- /**
126
- * The base implementation of `_.values` and `_.valuesIn` which creates an
127
- * array of `object` property values corresponding to the property names
128
- * of `props`.
129
- *
130
- * @private
131
- * @param {Object} object The object to query.
132
- * @param {Array} props The property names to get values for.
133
- * @returns {Object} Returns the array of property values.
134
- */
135
- function baseValues(object, props) {
136
- return arrayMap(props, function (key) {
137
- return object[key];
138
- });
139
- }
140
-
141
- /**
142
- * Gets the value at `key` of `object`.
143
- *
144
- * @private
145
- * @param {Object} [object] The object to query.
146
- * @param {string} key The key of the property to get.
147
- * @returns {*} Returns the property value.
148
- */
149
- function getValue(object, key) {
150
- return object == null ? undefined : object[key];
151
- }
152
-
153
- /**
154
- * Checks if `string` contains Unicode symbols.
155
- *
156
- * @private
157
- * @param {string} string The string to inspect.
158
- * @returns {boolean} Returns `true` if a symbol is found, else `false`.
159
- */
160
- function hasUnicode(string) {
161
- return reHasUnicode.test(string);
162
- }
163
-
164
- /**
165
- * Checks if `value` is a host object in IE < 9.
166
- *
167
- * @private
168
- * @param {*} value The value to check.
169
- * @returns {boolean} Returns `true` if `value` is a host object, else `false`.
170
- */
171
- function isHostObject(value) {
172
- // Many host objects are `Object` objects that can coerce to strings
173
- // despite having improperly defined `toString` methods.
174
- var result = false;
175
- if (value != null && typeof value.toString != 'function') {
176
- try {
177
- result = !!(value + '');
178
- } catch (e) {}
179
- }
180
- return result;
181
- }
182
-
183
- /**
184
- * Converts `iterator` to an array.
185
- *
186
- * @private
187
- * @param {Object} iterator The iterator to convert.
188
- * @returns {Array} Returns the converted array.
189
- */
190
- function iteratorToArray(iterator) {
191
- var data,
192
- result = [];
193
- while (!(data = iterator.next()).done) {
194
- result.push(data.value);
195
- }
196
- return result;
197
- }
198
-
199
- /**
200
- * Converts `map` to its key-value pairs.
201
- *
202
- * @private
203
- * @param {Object} map The map to convert.
204
- * @returns {Array} Returns the key-value pairs.
205
- */
206
- function mapToArray(map) {
207
- var index = -1,
208
- result = Array(map.size);
209
- map.forEach(function (value, key) {
210
- result[++index] = [key, value];
211
- });
212
- return result;
213
- }
214
-
215
- /**
216
- * Creates a unary function that invokes `func` with its argument transformed.
217
- *
218
- * @private
219
- * @param {Function} func The function to wrap.
220
- * @param {Function} transform The argument transform.
221
- * @returns {Function} Returns the new function.
222
- */
223
- function overArg(func, transform) {
224
- return function (arg) {
225
- return func(transform(arg));
226
- };
227
- }
228
-
229
- /**
230
- * Converts `set` to an array of its values.
231
- *
232
- * @private
233
- * @param {Object} set The set to convert.
234
- * @returns {Array} Returns the values.
235
- */
236
- function setToArray(set) {
237
- var index = -1,
238
- result = Array(set.size);
239
- set.forEach(function (value) {
240
- result[++index] = value;
241
- });
242
- return result;
243
- }
244
-
245
- /**
246
- * Converts `string` to an array.
247
- *
248
- * @private
249
- * @param {string} string The string to convert.
250
- * @returns {Array} Returns the converted array.
251
- */
252
- function stringToArray(string) {
253
- return hasUnicode(string) ? unicodeToArray(string) : asciiToArray(string);
254
- }
255
-
256
- /**
257
- * Converts a Unicode `string` to an array.
258
- *
259
- * @private
260
- * @param {string} string The string to convert.
261
- * @returns {Array} Returns the converted array.
262
- */
263
- function unicodeToArray(string) {
264
- return string.match(reUnicode) || [];
265
- }
266
-
267
- /** Used for built-in method references. */
268
- var funcProto = Function.prototype,
269
- objectProto = Object.prototype;
270
-
271
- /** Used to detect overreaching core-js shims. */
272
- var coreJsData = root['__core-js_shared__'];
273
-
274
- /** Used to detect methods masquerading as native. */
275
- var maskSrcKey = function () {
276
- var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');
277
- return uid ? 'Symbol(src)_1.' + uid : '';
278
- }();
279
-
280
- /** Used to resolve the decompiled source of functions. */
281
- var funcToString = funcProto.toString;
282
-
283
- /** Used to check objects for own properties. */
284
- var hasOwnProperty = objectProto.hasOwnProperty;
285
-
286
- /**
287
- * Used to resolve the
288
- * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
289
- * of values.
290
- */
291
- var objectToString = objectProto.toString;
292
-
293
- /** Used to detect if a method is native. */
294
- var reIsNative = RegExp('^' + funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&').replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$');
295
-
296
- /** Built-in value references. */
297
- var Symbol = root.Symbol,
298
- iteratorSymbol = Symbol ? Symbol.iterator : undefined,
299
- propertyIsEnumerable = objectProto.propertyIsEnumerable;
300
-
301
- /* Built-in method references for those with the same name as other `lodash` methods. */
302
- var nativeKeys = overArg(Object.keys, Object);
303
-
304
- /* Built-in method references that are verified to be native. */
305
- var DataView = getNative(root, 'DataView'),
306
- Map = getNative(root, 'Map'),
307
- Promise$1 = getNative(root, 'Promise'),
308
- Set = getNative(root, 'Set'),
309
- WeakMap = getNative(root, 'WeakMap');
310
-
311
- /** Used to detect maps, sets, and weakmaps. */
312
- var dataViewCtorString = toSource(DataView),
313
- mapCtorString = toSource(Map),
314
- promiseCtorString = toSource(Promise$1),
315
- setCtorString = toSource(Set),
316
- weakMapCtorString = toSource(WeakMap);
317
-
318
- /**
319
- * Creates an array of the enumerable property names of the array-like `value`.
320
- *
321
- * @private
322
- * @param {*} value The value to query.
323
- * @param {boolean} inherited Specify returning inherited property names.
324
- * @returns {Array} Returns the array of property names.
325
- */
326
- function arrayLikeKeys(value, inherited) {
327
- // Safari 8.1 makes `arguments.callee` enumerable in strict mode.
328
- // Safari 9 makes `arguments.length` enumerable in strict mode.
329
- var result = isArray(value) || isArguments(value) ? baseTimes(value.length, String) : [];
330
- var length = result.length,
331
- skipIndexes = !!length;
332
- for (var key in value) {
333
- if ((inherited || hasOwnProperty.call(value, key)) && !(skipIndexes && (key == 'length' || isIndex(key, length)))) {
334
- result.push(key);
335
- }
336
- }
337
- return result;
338
- }
339
-
340
- /**
341
- * The base implementation of `getTag`.
342
- *
343
- * @private
344
- * @param {*} value The value to query.
345
- * @returns {string} Returns the `toStringTag`.
346
- */
347
- function baseGetTag(value) {
348
- return objectToString.call(value);
349
- }
350
-
351
- /**
352
- * The base implementation of `_.isNative` without bad shim checks.
353
- *
354
- * @private
355
- * @param {*} value The value to check.
356
- * @returns {boolean} Returns `true` if `value` is a native function,
357
- * else `false`.
358
- */
359
- function baseIsNative(value) {
360
- if (!isObject(value) || isMasked(value)) {
361
- return false;
362
- }
363
- var pattern = isFunction(value) || isHostObject(value) ? reIsNative : reIsHostCtor;
364
- return pattern.test(toSource(value));
365
- }
366
-
367
- /**
368
- * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.
369
- *
370
- * @private
371
- * @param {Object} object The object to query.
372
- * @returns {Array} Returns the array of property names.
373
- */
374
- function baseKeys(object) {
375
- if (!isPrototype(object)) {
376
- return nativeKeys(object);
377
- }
378
- var result = [];
379
- for (var key in Object(object)) {
380
- if (hasOwnProperty.call(object, key) && key != 'constructor') {
381
- result.push(key);
382
- }
383
- }
384
- return result;
385
- }
386
-
387
- /**
388
- * Copies the values of `source` to `array`.
389
- *
390
- * @private
391
- * @param {Array} source The array to copy values from.
392
- * @param {Array} [array=[]] The array to copy values to.
393
- * @returns {Array} Returns `array`.
394
- */
395
- function copyArray(source, array) {
396
- var index = -1,
397
- length = source.length;
398
- array || (array = Array(length));
399
- while (++index < length) {
400
- array[index] = source[index];
401
- }
402
- return array;
403
- }
404
-
405
- /**
406
- * Gets the native function at `key` of `object`.
407
- *
408
- * @private
409
- * @param {Object} object The object to query.
410
- * @param {string} key The key of the method to get.
411
- * @returns {*} Returns the function if it's native, else `undefined`.
412
- */
413
- function getNative(object, key) {
414
- var value = getValue(object, key);
415
- return baseIsNative(value) ? value : undefined;
416
- }
417
-
418
- /**
419
- * Gets the `toStringTag` of `value`.
420
- *
421
- * @private
422
- * @param {*} value The value to query.
423
- * @returns {string} Returns the `toStringTag`.
424
- */
425
- var getTag = baseGetTag;
426
-
427
- // Fallback for data views, maps, sets, and weak maps in IE 11,
428
- // for data views in Edge < 14, and promises in Node.js.
429
- if (DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag || Map && getTag(new Map()) != mapTag || Promise$1 && getTag(Promise$1.resolve()) != promiseTag || Set && getTag(new Set()) != setTag || WeakMap && getTag(new WeakMap()) != weakMapTag) {
430
- getTag = function (value) {
431
- var result = objectToString.call(value),
432
- Ctor = result == objectTag ? value.constructor : undefined,
433
- ctorString = Ctor ? toSource(Ctor) : undefined;
434
- if (ctorString) {
435
- switch (ctorString) {
436
- case dataViewCtorString:
437
- return dataViewTag;
438
- case mapCtorString:
439
- return mapTag;
440
- case promiseCtorString:
441
- return promiseTag;
442
- case setCtorString:
443
- return setTag;
444
- case weakMapCtorString:
445
- return weakMapTag;
446
- }
447
- }
448
- return result;
449
- };
450
- }
451
-
452
- /**
453
- * Checks if `value` is a valid array-like index.
454
- *
455
- * @private
456
- * @param {*} value The value to check.
457
- * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
458
- * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
459
- */
460
- function isIndex(value, length) {
461
- length = length == null ? MAX_SAFE_INTEGER : length;
462
- return !!length && (typeof value == 'number' || reIsUint.test(value)) && value > -1 && value % 1 == 0 && value < length;
463
- }
464
-
465
- /**
466
- * Checks if `func` has its source masked.
467
- *
468
- * @private
469
- * @param {Function} func The function to check.
470
- * @returns {boolean} Returns `true` if `func` is masked, else `false`.
471
- */
472
- function isMasked(func) {
473
- return !!maskSrcKey && maskSrcKey in func;
474
- }
475
-
476
- /**
477
- * Checks if `value` is likely a prototype object.
478
- *
479
- * @private
480
- * @param {*} value The value to check.
481
- * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
482
- */
483
- function isPrototype(value) {
484
- var Ctor = value && value.constructor,
485
- proto = typeof Ctor == 'function' && Ctor.prototype || objectProto;
486
- return value === proto;
487
- }
488
-
489
- /**
490
- * Converts `func` to its source code.
491
- *
492
- * @private
493
- * @param {Function} func The function to process.
494
- * @returns {string} Returns the source code.
495
- */
496
- function toSource(func) {
497
- if (func != null) {
498
- try {
499
- return funcToString.call(func);
500
- } catch (e) {}
501
- try {
502
- return func + '';
503
- } catch (e) {}
504
- }
505
- return '';
506
- }
507
-
508
- /**
509
- * Checks if `value` is likely an `arguments` object.
510
- *
511
- * @static
512
- * @memberOf _
513
- * @since 0.1.0
514
- * @category Lang
515
- * @param {*} value The value to check.
516
- * @returns {boolean} Returns `true` if `value` is an `arguments` object,
517
- * else `false`.
518
- * @example
519
- *
520
- * _.isArguments(function() { return arguments; }());
521
- * // => true
522
- *
523
- * _.isArguments([1, 2, 3]);
524
- * // => false
525
- */
526
- function isArguments(value) {
527
- // Safari 8.1 makes `arguments.callee` enumerable in strict mode.
528
- return isArrayLikeObject(value) && hasOwnProperty.call(value, 'callee') && (!propertyIsEnumerable.call(value, 'callee') || objectToString.call(value) == argsTag);
529
- }
530
-
531
- /**
532
- * Checks if `value` is classified as an `Array` object.
533
- *
534
- * @static
535
- * @memberOf _
536
- * @since 0.1.0
537
- * @category Lang
538
- * @param {*} value The value to check.
539
- * @returns {boolean} Returns `true` if `value` is an array, else `false`.
540
- * @example
541
- *
542
- * _.isArray([1, 2, 3]);
543
- * // => true
544
- *
545
- * _.isArray(document.body.children);
546
- * // => false
547
- *
548
- * _.isArray('abc');
549
- * // => false
550
- *
551
- * _.isArray(_.noop);
552
- * // => false
553
- */
554
- var isArray = Array.isArray;
555
-
556
- /**
557
- * Checks if `value` is array-like. A value is considered array-like if it's
558
- * not a function and has a `value.length` that's an integer greater than or
559
- * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
560
- *
561
- * @static
562
- * @memberOf _
563
- * @since 4.0.0
564
- * @category Lang
565
- * @param {*} value The value to check.
566
- * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
567
- * @example
568
- *
569
- * _.isArrayLike([1, 2, 3]);
570
- * // => true
571
- *
572
- * _.isArrayLike(document.body.children);
573
- * // => true
574
- *
575
- * _.isArrayLike('abc');
576
- * // => true
577
- *
578
- * _.isArrayLike(_.noop);
579
- * // => false
580
- */
581
- function isArrayLike(value) {
582
- return value != null && isLength(value.length) && !isFunction(value);
583
- }
584
-
585
- /**
586
- * This method is like `_.isArrayLike` except that it also checks if `value`
587
- * is an object.
588
- *
589
- * @static
590
- * @memberOf _
591
- * @since 4.0.0
592
- * @category Lang
593
- * @param {*} value The value to check.
594
- * @returns {boolean} Returns `true` if `value` is an array-like object,
595
- * else `false`.
596
- * @example
597
- *
598
- * _.isArrayLikeObject([1, 2, 3]);
599
- * // => true
600
- *
601
- * _.isArrayLikeObject(document.body.children);
602
- * // => true
603
- *
604
- * _.isArrayLikeObject('abc');
605
- * // => false
606
- *
607
- * _.isArrayLikeObject(_.noop);
608
- * // => false
609
- */
610
- function isArrayLikeObject(value) {
611
- return isObjectLike(value) && isArrayLike(value);
612
- }
613
-
614
- /**
615
- * Checks if `value` is classified as a `Function` object.
616
- *
617
- * @static
618
- * @memberOf _
619
- * @since 0.1.0
620
- * @category Lang
621
- * @param {*} value The value to check.
622
- * @returns {boolean} Returns `true` if `value` is a function, else `false`.
623
- * @example
624
- *
625
- * _.isFunction(_);
626
- * // => true
627
- *
628
- * _.isFunction(/abc/);
629
- * // => false
630
- */
631
- function isFunction(value) {
632
- // The use of `Object#toString` avoids issues with the `typeof` operator
633
- // in Safari 8-9 which returns 'object' for typed array and other constructors.
634
- var tag = isObject(value) ? objectToString.call(value) : '';
635
- return tag == funcTag || tag == genTag;
636
- }
637
-
638
- /**
639
- * Checks if `value` is a valid array-like length.
640
- *
641
- * **Note:** This method is loosely based on
642
- * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
643
- *
644
- * @static
645
- * @memberOf _
646
- * @since 4.0.0
647
- * @category Lang
648
- * @param {*} value The value to check.
649
- * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
650
- * @example
651
- *
652
- * _.isLength(3);
653
- * // => true
654
- *
655
- * _.isLength(Number.MIN_VALUE);
656
- * // => false
657
- *
658
- * _.isLength(Infinity);
659
- * // => false
660
- *
661
- * _.isLength('3');
662
- * // => false
663
- */
664
- function isLength(value) {
665
- return typeof value == 'number' && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
666
- }
667
-
668
- /**
669
- * Checks if `value` is the
670
- * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
671
- * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
672
- *
673
- * @static
674
- * @memberOf _
675
- * @since 0.1.0
676
- * @category Lang
677
- * @param {*} value The value to check.
678
- * @returns {boolean} Returns `true` if `value` is an object, else `false`.
679
- * @example
680
- *
681
- * _.isObject({});
682
- * // => true
683
- *
684
- * _.isObject([1, 2, 3]);
685
- * // => true
686
- *
687
- * _.isObject(_.noop);
688
- * // => true
689
- *
690
- * _.isObject(null);
691
- * // => false
692
- */
693
- function isObject(value) {
694
- var type = typeof value;
695
- return !!value && (type == 'object' || type == 'function');
696
- }
697
-
698
- /**
699
- * Checks if `value` is object-like. A value is object-like if it's not `null`
700
- * and has a `typeof` result of "object".
701
- *
702
- * @static
703
- * @memberOf _
704
- * @since 4.0.0
705
- * @category Lang
706
- * @param {*} value The value to check.
707
- * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
708
- * @example
709
- *
710
- * _.isObjectLike({});
711
- * // => true
712
- *
713
- * _.isObjectLike([1, 2, 3]);
714
- * // => true
715
- *
716
- * _.isObjectLike(_.noop);
717
- * // => false
718
- *
719
- * _.isObjectLike(null);
720
- * // => false
721
- */
722
- function isObjectLike(value) {
723
- return !!value && typeof value == 'object';
724
- }
725
-
726
- /**
727
- * Checks if `value` is classified as a `String` primitive or object.
728
- *
729
- * @static
730
- * @since 0.1.0
731
- * @memberOf _
732
- * @category Lang
733
- * @param {*} value The value to check.
734
- * @returns {boolean} Returns `true` if `value` is a string, else `false`.
735
- * @example
736
- *
737
- * _.isString('abc');
738
- * // => true
739
- *
740
- * _.isString(1);
741
- * // => false
742
- */
743
- function isString(value) {
744
- return typeof value == 'string' || !isArray(value) && isObjectLike(value) && objectToString.call(value) == stringTag;
745
- }
746
-
747
- /**
748
- * Converts `value` to an array.
749
- *
750
- * @static
751
- * @since 0.1.0
752
- * @memberOf _
753
- * @category Lang
754
- * @param {*} value The value to convert.
755
- * @returns {Array} Returns the converted array.
756
- * @example
757
- *
758
- * _.toArray({ 'a': 1, 'b': 2 });
759
- * // => [1, 2]
760
- *
761
- * _.toArray('abc');
762
- * // => ['a', 'b', 'c']
763
- *
764
- * _.toArray(1);
765
- * // => []
766
- *
767
- * _.toArray(null);
768
- * // => []
769
- */
770
- function toArray(value) {
771
- if (!value) {
772
- return [];
773
- }
774
- if (isArrayLike(value)) {
775
- return isString(value) ? stringToArray(value) : copyArray(value);
776
- }
777
- if (iteratorSymbol && value[iteratorSymbol]) {
778
- return iteratorToArray(value[iteratorSymbol]());
779
- }
780
- var tag = getTag(value),
781
- func = tag == mapTag ? mapToArray : tag == setTag ? setToArray : values;
782
- return func(value);
783
- }
784
-
785
- /**
786
- * Creates an array of the own enumerable property names of `object`.
787
- *
788
- * **Note:** Non-object values are coerced to objects. See the
789
- * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
790
- * for more details.
791
- *
792
- * @static
793
- * @since 0.1.0
794
- * @memberOf _
795
- * @category Object
796
- * @param {Object} object The object to query.
797
- * @returns {Array} Returns the array of property names.
798
- * @example
799
- *
800
- * function Foo() {
801
- * this.a = 1;
802
- * this.b = 2;
803
- * }
804
- *
805
- * Foo.prototype.c = 3;
806
- *
807
- * _.keys(new Foo);
808
- * // => ['a', 'b'] (iteration order is not guaranteed)
809
- *
810
- * _.keys('hi');
811
- * // => ['0', '1']
812
- */
813
- function keys(object) {
814
- return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);
815
- }
816
-
817
- /**
818
- * Creates an array of the own enumerable string keyed property values of `object`.
819
- *
820
- * **Note:** Non-object values are coerced to objects.
821
- *
822
- * @static
823
- * @since 0.1.0
824
- * @memberOf _
825
- * @category Object
826
- * @param {Object} object The object to query.
827
- * @returns {Array} Returns the array of property values.
828
- * @example
829
- *
830
- * function Foo() {
831
- * this.a = 1;
832
- * this.b = 2;
833
- * }
834
- *
835
- * Foo.prototype.c = 3;
836
- *
837
- * _.values(new Foo);
838
- * // => [1, 2] (iteration order is not guaranteed)
839
- *
840
- * _.values('hi');
841
- * // => ['h', 'i']
842
- */
843
- function values(object) {
844
- return object ? baseValues(object, keys(object)) : [];
845
- }
846
- var lodash_toarray = toArray;
847
- var toArray$1 = /*@__PURE__*/getDefaultExportFromCjs(lodash_toarray);
848
-
849
- export { toArray$1 as default };