isomorfeus-preact 10.5.5 → 10.5.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (948) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +28 -1
  3. data/lib/isomorfeus/preact/config.rb +4 -15
  4. data/lib/isomorfeus/preact/imports.rb +0 -10
  5. data/lib/isomorfeus/preact_view_helper.rb +9 -9
  6. data/lib/isomorfeus/props/validator.rb +1 -1
  7. data/lib/isomorfeus/top_level.rb +3 -6
  8. data/lib/isomorfeus-preact.rb +4 -1
  9. data/lib/lucid_app/context.rb +12 -12
  10. data/lib/nano_css.rb +464 -0
  11. data/lib/preact/version.rb +1 -1
  12. data/lib/preact.rb +17 -7
  13. data/node_modules/.package-lock.json +6 -244
  14. data/node_modules/preact/compat/dist/compat.js +1 -1
  15. data/node_modules/preact/compat/dist/compat.js.map +1 -1
  16. data/node_modules/preact/compat/dist/compat.mjs +1 -1
  17. data/node_modules/preact/compat/dist/compat.mjs.map +1 -1
  18. data/node_modules/preact/compat/dist/compat.module.js +1 -1
  19. data/node_modules/preact/compat/dist/compat.module.js.map +1 -1
  20. data/node_modules/preact/compat/dist/compat.umd.js +1 -1
  21. data/node_modules/preact/compat/dist/compat.umd.js.map +1 -1
  22. data/node_modules/preact/compat/src/index.d.ts +1 -1
  23. data/node_modules/preact/compat/src/render.js +10 -3
  24. data/node_modules/preact/debug/dist/debug.js.map +1 -1
  25. data/node_modules/preact/debug/dist/debug.mjs.map +1 -1
  26. data/node_modules/preact/debug/dist/debug.module.js.map +1 -1
  27. data/node_modules/preact/debug/dist/debug.umd.js.map +1 -1
  28. data/node_modules/preact/devtools/dist/devtools.js +1 -1
  29. data/node_modules/preact/devtools/dist/devtools.js.map +1 -1
  30. data/node_modules/preact/devtools/dist/devtools.mjs +1 -1
  31. data/node_modules/preact/devtools/dist/devtools.mjs.map +1 -1
  32. data/node_modules/preact/devtools/dist/devtools.module.js +1 -1
  33. data/node_modules/preact/devtools/dist/devtools.module.js.map +1 -1
  34. data/node_modules/preact/devtools/dist/devtools.umd.js +1 -1
  35. data/node_modules/preact/devtools/dist/devtools.umd.js.map +1 -1
  36. data/node_modules/preact/devtools/src/devtools.js +1 -1
  37. data/node_modules/preact/dist/index.d.ts +1295 -0
  38. data/node_modules/preact/dist/preact.js +1 -1
  39. data/node_modules/preact/dist/preact.js.map +1 -1
  40. data/node_modules/preact/dist/preact.min.js +1 -1
  41. data/node_modules/preact/dist/preact.min.js.map +1 -1
  42. data/node_modules/preact/dist/preact.mjs +1 -1
  43. data/node_modules/preact/dist/preact.mjs.map +1 -1
  44. data/node_modules/preact/dist/preact.module.js +1 -1
  45. data/node_modules/preact/dist/preact.module.js.map +1 -1
  46. data/node_modules/preact/dist/preact.umd.js +1 -1
  47. data/node_modules/preact/dist/preact.umd.js.map +1 -1
  48. data/node_modules/preact/hooks/dist/hooks.js +1 -1
  49. data/node_modules/preact/hooks/dist/hooks.js.map +1 -1
  50. data/node_modules/preact/hooks/dist/hooks.mjs +1 -1
  51. data/node_modules/preact/hooks/dist/hooks.mjs.map +1 -1
  52. data/node_modules/preact/hooks/dist/hooks.module.js +1 -1
  53. data/node_modules/preact/hooks/dist/hooks.module.js.map +1 -1
  54. data/node_modules/preact/hooks/dist/hooks.umd.js +1 -1
  55. data/node_modules/preact/hooks/dist/hooks.umd.js.map +1 -1
  56. data/node_modules/preact/hooks/src/index.js +1 -8
  57. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.mjs.map +1 -0
  58. data/node_modules/preact/package.json +8 -4
  59. data/node_modules/preact/src/create-element.js +2 -1
  60. data/node_modules/preact/src/diff/children.js +7 -19
  61. data/node_modules/preact/src/jsx.d.ts +45 -2
  62. data/node_modules/preact/test-utils/dist/testUtils.mjs.map +1 -1
  63. data/node_modules/wouter-preact/cjs/index.js +1 -1
  64. data/node_modules/wouter-preact/cjs/use-location.js +6 -6
  65. data/node_modules/wouter-preact/index.js +1 -1
  66. data/node_modules/wouter-preact/package.json +1 -1
  67. data/node_modules/wouter-preact/use-location.js +6 -6
  68. data/package.json +3 -5
  69. metadata +17 -893
  70. data/node_modules/.bin/loose-envify +0 -12
  71. data/node_modules/.bin/loose-envify.cmd +0 -17
  72. data/node_modules/.bin/loose-envify.ps1 +0 -28
  73. data/node_modules/@babel/runtime/LICENSE +0 -22
  74. data/node_modules/@babel/runtime/README.md +0 -19
  75. data/node_modules/@babel/runtime/helpers/AsyncGenerator.js +0 -99
  76. data/node_modules/@babel/runtime/helpers/AwaitValue.js +0 -6
  77. data/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +0 -31
  78. data/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +0 -12
  79. data/node_modules/@babel/runtime/helpers/arrayWithHoles.js +0 -6
  80. data/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +0 -8
  81. data/node_modules/@babel/runtime/helpers/assertThisInitialized.js +0 -10
  82. data/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +0 -57
  83. data/node_modules/@babel/runtime/helpers/asyncIterator.js +0 -16
  84. data/node_modules/@babel/runtime/helpers/asyncToGenerator.js +0 -38
  85. data/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +0 -8
  86. data/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +0 -8
  87. data/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +0 -23
  88. data/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +0 -10
  89. data/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +0 -14
  90. data/node_modules/@babel/runtime/helpers/classCallCheck.js +0 -8
  91. data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +0 -8
  92. data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -8
  93. data/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +0 -10
  94. data/node_modules/@babel/runtime/helpers/classNameTDZError.js +0 -6
  95. data/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +0 -11
  96. data/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +0 -11
  97. data/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +0 -9
  98. data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +0 -10
  99. data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +0 -8
  100. data/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +0 -12
  101. data/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +0 -10
  102. data/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +0 -9
  103. data/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +0 -6
  104. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +0 -14
  105. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +0 -14
  106. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +0 -15
  107. data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +0 -9
  108. data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +0 -6
  109. data/node_modules/@babel/runtime/helpers/construct.js +0 -26
  110. data/node_modules/@babel/runtime/helpers/createClass.js +0 -18
  111. data/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +0 -61
  112. data/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +0 -25
  113. data/node_modules/@babel/runtime/helpers/createSuper.js +0 -25
  114. data/node_modules/@babel/runtime/helpers/decorate.js +0 -401
  115. data/node_modules/@babel/runtime/helpers/defaults.js +0 -17
  116. data/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +0 -25
  117. data/node_modules/@babel/runtime/helpers/defineProperty.js +0 -17
  118. data/node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js +0 -95
  119. data/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +0 -3
  120. data/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +0 -28
  121. data/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -9
  122. data/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -3
  123. data/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -4
  124. data/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -7
  125. data/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +0 -54
  126. data/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +0 -13
  127. data/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +0 -35
  128. data/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +0 -4
  129. data/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +0 -5
  130. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +0 -20
  131. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +0 -7
  132. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +0 -11
  133. data/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -5
  134. data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +0 -5
  135. data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +0 -5
  136. data/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +0 -7
  137. data/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +0 -3
  138. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +0 -6
  139. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +0 -6
  140. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +0 -5
  141. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +0 -7
  142. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +0 -4
  143. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +0 -7
  144. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +0 -7
  145. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +0 -5
  146. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +0 -3
  147. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +0 -8
  148. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +0 -8
  149. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +0 -9
  150. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +0 -5
  151. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +0 -3
  152. data/node_modules/@babel/runtime/helpers/esm/construct.js +0 -18
  153. data/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -15
  154. data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +0 -57
  155. data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +0 -21
  156. data/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -19
  157. data/node_modules/@babel/runtime/helpers/esm/decorate.js +0 -396
  158. data/node_modules/@babel/runtime/helpers/esm/defaults.js +0 -14
  159. data/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +0 -22
  160. data/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -14
  161. data/node_modules/@babel/runtime/helpers/esm/extends.js +0 -17
  162. data/node_modules/@babel/runtime/helpers/esm/get.js +0 -20
  163. data/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -6
  164. data/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -15
  165. data/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -6
  166. data/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +0 -9
  167. data/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +0 -3
  168. data/node_modules/@babel/runtime/helpers/esm/instanceof.js +0 -7
  169. data/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +0 -5
  170. data/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +0 -51
  171. data/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +0 -3
  172. data/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -12
  173. data/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -3
  174. data/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -29
  175. data/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js +0 -14
  176. data/node_modules/@babel/runtime/helpers/esm/jsx.js +0 -46
  177. data/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +0 -9
  178. data/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +0 -5
  179. data/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -3
  180. data/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -3
  181. data/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +0 -3
  182. data/node_modules/@babel/runtime/helpers/esm/objectSpread.js +0 -19
  183. data/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -39
  184. data/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -19
  185. data/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -14
  186. data/node_modules/@babel/runtime/helpers/esm/package.json +0 -3
  187. data/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -11
  188. data/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +0 -3
  189. data/node_modules/@babel/runtime/helpers/esm/set.js +0 -51
  190. data/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -8
  191. data/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +0 -7
  192. data/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -7
  193. data/node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js +0 -7
  194. data/node_modules/@babel/runtime/helpers/esm/superPropBase.js +0 -9
  195. data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -11
  196. data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +0 -8
  197. data/node_modules/@babel/runtime/helpers/esm/tdz.js +0 -3
  198. data/node_modules/@babel/runtime/helpers/esm/temporalRef.js +0 -5
  199. data/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +0 -1
  200. data/node_modules/@babel/runtime/helpers/esm/toArray.js +0 -7
  201. data/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -7
  202. data/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -13
  203. data/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -6
  204. data/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -15
  205. data/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -9
  206. data/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +0 -6
  207. data/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +0 -37
  208. data/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +0 -65
  209. data/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +0 -3
  210. data/node_modules/@babel/runtime/helpers/extends.js +0 -21
  211. data/node_modules/@babel/runtime/helpers/get.js +0 -27
  212. data/node_modules/@babel/runtime/helpers/getPrototypeOf.js +0 -10
  213. data/node_modules/@babel/runtime/helpers/inherits.js +0 -19
  214. data/node_modules/@babel/runtime/helpers/inheritsLoose.js +0 -10
  215. data/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +0 -12
  216. data/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +0 -6
  217. data/node_modules/@babel/runtime/helpers/instanceof.js +0 -10
  218. data/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -8
  219. data/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +0 -54
  220. data/node_modules/@babel/runtime/helpers/isNativeFunction.js +0 -6
  221. data/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +0 -15
  222. data/node_modules/@babel/runtime/helpers/iterableToArray.js +0 -6
  223. data/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +0 -32
  224. data/node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js +0 -17
  225. data/node_modules/@babel/runtime/helpers/jsx.js +0 -50
  226. data/node_modules/@babel/runtime/helpers/maybeArrayLike.js +0 -13
  227. data/node_modules/@babel/runtime/helpers/newArrowCheck.js +0 -8
  228. data/node_modules/@babel/runtime/helpers/nonIterableRest.js +0 -6
  229. data/node_modules/@babel/runtime/helpers/nonIterableSpread.js +0 -6
  230. data/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +0 -6
  231. data/node_modules/@babel/runtime/helpers/objectSpread.js +0 -23
  232. data/node_modules/@babel/runtime/helpers/objectSpread2.js +0 -42
  233. data/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +0 -23
  234. data/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -17
  235. data/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +0 -16
  236. data/node_modules/@babel/runtime/helpers/readOnlyError.js +0 -6
  237. data/node_modules/@babel/runtime/helpers/set.js +0 -55
  238. data/node_modules/@babel/runtime/helpers/setPrototypeOf.js +0 -12
  239. data/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +0 -10
  240. data/node_modules/@babel/runtime/helpers/slicedToArray.js +0 -14
  241. data/node_modules/@babel/runtime/helpers/slicedToArrayLoose.js +0 -14
  242. data/node_modules/@babel/runtime/helpers/superPropBase.js +0 -13
  243. data/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +0 -14
  244. data/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +0 -11
  245. data/node_modules/@babel/runtime/helpers/tdz.js +0 -6
  246. data/node_modules/@babel/runtime/helpers/temporalRef.js +0 -10
  247. data/node_modules/@babel/runtime/helpers/temporalUndefined.js +0 -4
  248. data/node_modules/@babel/runtime/helpers/toArray.js +0 -14
  249. data/node_modules/@babel/runtime/helpers/toConsumableArray.js +0 -14
  250. data/node_modules/@babel/runtime/helpers/toPrimitive.js +0 -17
  251. data/node_modules/@babel/runtime/helpers/toPropertyKey.js +0 -11
  252. data/node_modules/@babel/runtime/helpers/typeof.js +0 -22
  253. data/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +0 -13
  254. data/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +0 -10
  255. data/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +0 -45
  256. data/node_modules/@babel/runtime/helpers/wrapRegExp.js +0 -72
  257. data/node_modules/@babel/runtime/helpers/writeOnlyError.js +0 -6
  258. data/node_modules/@babel/runtime/package.json +0 -848
  259. data/node_modules/@babel/runtime/regenerator/index.js +0 -1
  260. data/node_modules/css-in-js-utils/Changelog.md +0 -16
  261. data/node_modules/css-in-js-utils/LICENSE +0 -21
  262. data/node_modules/css-in-js-utils/README.md +0 -241
  263. data/node_modules/css-in-js-utils/lib/__tests__/assignStyle-test.js +0 -117
  264. data/node_modules/css-in-js-utils/lib/__tests__/camelCaseProperty-test.js +0 -15
  265. data/node_modules/css-in-js-utils/lib/__tests__/cssifyDeclaration-test.js +0 -15
  266. data/node_modules/css-in-js-utils/lib/__tests__/cssifyObject-test.js +0 -31
  267. data/node_modules/css-in-js-utils/lib/__tests__/isPrefixedProperty-test.js +0 -19
  268. data/node_modules/css-in-js-utils/lib/__tests__/isPrefixedValue-test.js +0 -19
  269. data/node_modules/css-in-js-utils/lib/__tests__/isUnitlessProperty-test.js +0 -43
  270. data/node_modules/css-in-js-utils/lib/__tests__/normalizeProperty-test.js +0 -21
  271. data/node_modules/css-in-js-utils/lib/__tests__/resolveArrayValue-test.js +0 -17
  272. data/node_modules/css-in-js-utils/lib/__tests__/unprefixProperty-test.js +0 -19
  273. data/node_modules/css-in-js-utils/lib/__tests__/unprefixValue-test.js +0 -20
  274. data/node_modules/css-in-js-utils/lib/assignStyle.js +0 -37
  275. data/node_modules/css-in-js-utils/lib/camelCaseProperty.js +0 -15
  276. data/node_modules/css-in-js-utils/lib/cssifyDeclaration.js +0 -17
  277. data/node_modules/css-in-js-utils/lib/cssifyObject.js +0 -34
  278. data/node_modules/css-in-js-utils/lib/hyphenateProperty.js +0 -17
  279. data/node_modules/css-in-js-utils/lib/index.js +0 -71
  280. data/node_modules/css-in-js-utils/lib/isPrefixedProperty.js +0 -12
  281. data/node_modules/css-in-js-utils/lib/isPrefixedValue.js +0 -12
  282. data/node_modules/css-in-js-utils/lib/isUnitlessProperty.js +0 -64
  283. data/node_modules/css-in-js-utils/lib/normalizeProperty.js +0 -21
  284. data/node_modules/css-in-js-utils/lib/resolveArrayValue.js +0 -19
  285. data/node_modules/css-in-js-utils/lib/unprefixProperty.js +0 -13
  286. data/node_modules/css-in-js-utils/lib/unprefixValue.js +0 -16
  287. data/node_modules/css-in-js-utils/package.json +0 -56
  288. data/node_modules/css-tree/CHANGELOG.md +0 -590
  289. data/node_modules/css-tree/LICENSE +0 -19
  290. data/node_modules/css-tree/README.md +0 -130
  291. data/node_modules/css-tree/data/index.js +0 -103
  292. data/node_modules/css-tree/data/patch.json +0 -721
  293. data/node_modules/css-tree/dist/csstree.js +0 -12606
  294. data/node_modules/css-tree/dist/csstree.min.js +0 -1
  295. data/node_modules/css-tree/lib/common/List.js +0 -576
  296. data/node_modules/css-tree/lib/common/OffsetToLocation.js +0 -91
  297. data/node_modules/css-tree/lib/common/SyntaxError.js +0 -82
  298. data/node_modules/css-tree/lib/common/TokenStream.js +0 -219
  299. data/node_modules/css-tree/lib/common/adopt-buffer.js +0 -10
  300. data/node_modules/css-tree/lib/convertor/create.js +0 -28
  301. data/node_modules/css-tree/lib/convertor/index.js +0 -3
  302. data/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +0 -14
  303. data/node_modules/css-tree/lib/definition-syntax/generate.js +0 -129
  304. data/node_modules/css-tree/lib/definition-syntax/index.js +0 -6
  305. data/node_modules/css-tree/lib/definition-syntax/parse.js +0 -568
  306. data/node_modules/css-tree/lib/definition-syntax/tokenizer.js +0 -55
  307. data/node_modules/css-tree/lib/definition-syntax/walk.js +0 -52
  308. data/node_modules/css-tree/lib/generator/create.js +0 -66
  309. data/node_modules/css-tree/lib/generator/index.js +0 -4
  310. data/node_modules/css-tree/lib/generator/sourceMap.js +0 -95
  311. data/node_modules/css-tree/lib/index.js +0 -1
  312. data/node_modules/css-tree/lib/lexer/Lexer.js +0 -466
  313. data/node_modules/css-tree/lib/lexer/error.js +0 -127
  314. data/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +0 -236
  315. data/node_modules/css-tree/lib/lexer/generic-urange.js +0 -159
  316. data/node_modules/css-tree/lib/lexer/generic.js +0 -585
  317. data/node_modules/css-tree/lib/lexer/index.js +0 -3
  318. data/node_modules/css-tree/lib/lexer/match-graph.js +0 -455
  319. data/node_modules/css-tree/lib/lexer/match.js +0 -639
  320. data/node_modules/css-tree/lib/lexer/prepare-tokens.js +0 -73
  321. data/node_modules/css-tree/lib/lexer/search.js +0 -65
  322. data/node_modules/css-tree/lib/lexer/structure.js +0 -163
  323. data/node_modules/css-tree/lib/lexer/trace.js +0 -79
  324. data/node_modules/css-tree/lib/parser/create.js +0 -304
  325. data/node_modules/css-tree/lib/parser/index.js +0 -4
  326. data/node_modules/css-tree/lib/parser/sequence.js +0 -54
  327. data/node_modules/css-tree/lib/syntax/atrule/font-face.js +0 -8
  328. data/node_modules/css-tree/lib/syntax/atrule/import.js +0 -40
  329. data/node_modules/css-tree/lib/syntax/atrule/index.js +0 -7
  330. data/node_modules/css-tree/lib/syntax/atrule/media.js +0 -12
  331. data/node_modules/css-tree/lib/syntax/atrule/page.js +0 -12
  332. data/node_modules/css-tree/lib/syntax/atrule/supports.js +0 -89
  333. data/node_modules/css-tree/lib/syntax/config/lexer.js +0 -9
  334. data/node_modules/css-tree/lib/syntax/config/mix.js +0 -140
  335. data/node_modules/css-tree/lib/syntax/config/parser.js +0 -25
  336. data/node_modules/css-tree/lib/syntax/config/walker.js +0 -3
  337. data/node_modules/css-tree/lib/syntax/create.js +0 -77
  338. data/node_modules/css-tree/lib/syntax/function/expression.js +0 -7
  339. data/node_modules/css-tree/lib/syntax/function/var.js +0 -43
  340. data/node_modules/css-tree/lib/syntax/index.js +0 -21
  341. data/node_modules/css-tree/lib/syntax/node/AnPlusB.js +0 -297
  342. data/node_modules/css-tree/lib/syntax/node/Atrule.js +0 -107
  343. data/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +0 -51
  344. data/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +0 -165
  345. data/node_modules/css-tree/lib/syntax/node/Block.js +0 -91
  346. data/node_modules/css-tree/lib/syntax/node/Brackets.js +0 -34
  347. data/node_modules/css-tree/lib/syntax/node/CDC.js +0 -19
  348. data/node_modules/css-tree/lib/syntax/node/CDO.js +0 -19
  349. data/node_modules/css-tree/lib/syntax/node/ClassSelector.js +0 -29
  350. data/node_modules/css-tree/lib/syntax/node/Combinator.js +0 -55
  351. data/node_modules/css-tree/lib/syntax/node/Comment.js +0 -36
  352. data/node_modules/css-tree/lib/syntax/node/Declaration.js +0 -169
  353. data/node_modules/css-tree/lib/syntax/node/DeclarationList.js +0 -49
  354. data/node_modules/css-tree/lib/syntax/node/Dimension.js +0 -29
  355. data/node_modules/css-tree/lib/syntax/node/Function.js +0 -40
  356. data/node_modules/css-tree/lib/syntax/node/Hash.js +0 -26
  357. data/node_modules/css-tree/lib/syntax/node/IdSelector.js +0 -27
  358. data/node_modules/css-tree/lib/syntax/node/Identifier.js +0 -20
  359. data/node_modules/css-tree/lib/syntax/node/MediaFeature.js +0 -76
  360. data/node_modules/css-tree/lib/syntax/node/MediaQuery.js +0 -68
  361. data/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +0 -36
  362. data/node_modules/css-tree/lib/syntax/node/Nth.js +0 -51
  363. data/node_modules/css-tree/lib/syntax/node/Number.js +0 -18
  364. data/node_modules/css-tree/lib/syntax/node/Operator.js +0 -21
  365. data/node_modules/css-tree/lib/syntax/node/Parentheses.js +0 -34
  366. data/node_modules/css-tree/lib/syntax/node/Percentage.js +0 -27
  367. data/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +0 -61
  368. data/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +0 -62
  369. data/node_modules/css-tree/lib/syntax/node/Ratio.js +0 -66
  370. data/node_modules/css-tree/lib/syntax/node/Raw.js +0 -87
  371. data/node_modules/css-tree/lib/syntax/node/Rule.js +0 -54
  372. data/node_modules/css-tree/lib/syntax/node/Selector.js +0 -32
  373. data/node_modules/css-tree/lib/syntax/node/SelectorList.js +0 -39
  374. data/node_modules/css-tree/lib/syntax/node/String.js +0 -18
  375. data/node_modules/css-tree/lib/syntax/node/StyleSheet.js +0 -81
  376. data/node_modules/css-tree/lib/syntax/node/TypeSelector.js +0 -53
  377. data/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +0 -173
  378. data/node_modules/css-tree/lib/syntax/node/Url.js +0 -69
  379. data/node_modules/css-tree/lib/syntax/node/Value.js +0 -19
  380. data/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +0 -26
  381. data/node_modules/css-tree/lib/syntax/node/index.js +0 -42
  382. data/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +0 -9
  383. data/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +0 -9
  384. data/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +0 -7
  385. data/node_modules/css-tree/lib/syntax/pseudo/dir.js +0 -7
  386. data/node_modules/css-tree/lib/syntax/pseudo/has.js +0 -7
  387. data/node_modules/css-tree/lib/syntax/pseudo/index.js +0 -12
  388. data/node_modules/css-tree/lib/syntax/pseudo/lang.js +0 -7
  389. data/node_modules/css-tree/lib/syntax/pseudo/matches.js +0 -1
  390. data/node_modules/css-tree/lib/syntax/pseudo/not.js +0 -1
  391. data/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +0 -1
  392. data/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +0 -1
  393. data/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +0 -1
  394. data/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +0 -1
  395. data/node_modules/css-tree/lib/syntax/pseudo/slotted.js +0 -7
  396. data/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +0 -3
  397. data/node_modules/css-tree/lib/syntax/scope/default.js +0 -87
  398. data/node_modules/css-tree/lib/syntax/scope/index.js +0 -5
  399. data/node_modules/css-tree/lib/syntax/scope/selector.js +0 -80
  400. data/node_modules/css-tree/lib/syntax/scope/value.js +0 -5
  401. data/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +0 -249
  402. data/node_modules/css-tree/lib/tokenizer/const.js +0 -40
  403. data/node_modules/css-tree/lib/tokenizer/index.js +0 -591
  404. data/node_modules/css-tree/lib/tokenizer/utils.js +0 -243
  405. data/node_modules/css-tree/lib/utils/clone.js +0 -21
  406. data/node_modules/css-tree/lib/utils/createCustomError.js +0 -17
  407. data/node_modules/css-tree/lib/utils/names.js +0 -104
  408. data/node_modules/css-tree/lib/walker/create.js +0 -284
  409. data/node_modules/css-tree/lib/walker/index.js +0 -4
  410. data/node_modules/css-tree/package.json +0 -60
  411. data/node_modules/csstype/LICENSE +0 -19
  412. data/node_modules/csstype/README.md +0 -273
  413. data/node_modules/csstype/index.d.ts +0 -20553
  414. data/node_modules/csstype/index.js.flow +0 -6278
  415. data/node_modules/csstype/package.json +0 -62
  416. data/node_modules/error-stack-parser/CHANGELOG.md +0 -53
  417. data/node_modules/error-stack-parser/LICENSE +0 -19
  418. data/node_modules/error-stack-parser/README.md +0 -44
  419. data/node_modules/error-stack-parser/dist/error-stack-parser.js +0 -202
  420. data/node_modules/error-stack-parser/dist/error-stack-parser.min.js +0 -2
  421. data/node_modules/error-stack-parser/dist/error-stack-parser.min.js.map +0 -1
  422. data/node_modules/error-stack-parser/error-stack-parser.d.ts +0 -66
  423. data/node_modules/error-stack-parser/error-stack-parser.js +0 -202
  424. data/node_modules/error-stack-parser/package.json +0 -63
  425. data/node_modules/fastest-stable-stringify/.eslintrc.yml +0 -26
  426. data/node_modules/fastest-stable-stringify/.travis.yml +0 -7
  427. data/node_modules/fastest-stable-stringify/LICENSE +0 -18
  428. data/node_modules/fastest-stable-stringify/README.md +0 -44
  429. data/node_modules/fastest-stable-stringify/benchmark/index.js +0 -32
  430. data/node_modules/fastest-stable-stringify/benchmark/test.json +0 -215
  431. data/node_modules/fastest-stable-stringify/example/key_cmp.js +0 -7
  432. data/node_modules/fastest-stable-stringify/example/nested.js +0 -3
  433. data/node_modules/fastest-stable-stringify/example/str.js +0 -3
  434. data/node_modules/fastest-stable-stringify/example/value_cmp.js +0 -7
  435. data/node_modules/fastest-stable-stringify/index.js +0 -60
  436. data/node_modules/fastest-stable-stringify/package.json +0 -54
  437. data/node_modules/fastest-stable-stringify/test/bench.js +0 -20
  438. data/node_modules/fastest-stable-stringify/test/nested.js +0 -24
  439. data/node_modules/fastest-stable-stringify/test/str.js +0 -52
  440. data/node_modules/fastest-stable-stringify/test/to-json.js +0 -22
  441. data/node_modules/hyphenate-style-name/LICENSE +0 -28
  442. data/node_modules/hyphenate-style-name/README.md +0 -28
  443. data/node_modules/hyphenate-style-name/index.cjs.js +0 -21
  444. data/node_modules/hyphenate-style-name/index.js +0 -19
  445. data/node_modules/hyphenate-style-name/package.json +0 -42
  446. data/node_modules/inline-style-prefixer/CHANGELOG.md +0 -195
  447. data/node_modules/inline-style-prefixer/LICENSE +0 -22
  448. data/node_modules/inline-style-prefixer/README.md +0 -100
  449. data/node_modules/inline-style-prefixer/es/createPrefixer.js +0 -47
  450. data/node_modules/inline-style-prefixer/es/data.js +0 -12
  451. data/node_modules/inline-style-prefixer/es/generator/generatePluginList.js +0 -21
  452. data/node_modules/inline-style-prefixer/es/generator/generatePrefixMap.js +0 -75
  453. data/node_modules/inline-style-prefixer/es/generator/index.js +0 -69
  454. data/node_modules/inline-style-prefixer/es/generator/maps/pluginMap.js +0 -108
  455. data/node_modules/inline-style-prefixer/es/generator/maps/propertyMap.js +0 -38
  456. data/node_modules/inline-style-prefixer/es/index.js +0 -26
  457. data/node_modules/inline-style-prefixer/es/plugins/backgroundClip.js +0 -7
  458. data/node_modules/inline-style-prefixer/es/plugins/calc.js +0 -11
  459. data/node_modules/inline-style-prefixer/es/plugins/crossFade.js +0 -12
  460. data/node_modules/inline-style-prefixer/es/plugins/cursor.js +0 -16
  461. data/node_modules/inline-style-prefixer/es/plugins/filter.js +0 -12
  462. data/node_modules/inline-style-prefixer/es/plugins/flex.js +0 -10
  463. data/node_modules/inline-style-prefixer/es/plugins/flexboxIE.js +0 -67
  464. data/node_modules/inline-style-prefixer/es/plugins/flexboxOld.js +0 -33
  465. data/node_modules/inline-style-prefixer/es/plugins/gradient.js +0 -14
  466. data/node_modules/inline-style-prefixer/es/plugins/grid.js +0 -129
  467. data/node_modules/inline-style-prefixer/es/plugins/imageSet.js +0 -12
  468. data/node_modules/inline-style-prefixer/es/plugins/index.js +0 -17
  469. data/node_modules/inline-style-prefixer/es/plugins/logical.js +0 -35
  470. data/node_modules/inline-style-prefixer/es/plugins/position.js +0 -5
  471. data/node_modules/inline-style-prefixer/es/plugins/sizing.js +0 -26
  472. data/node_modules/inline-style-prefixer/es/plugins/transition.js +0 -75
  473. data/node_modules/inline-style-prefixer/es/utils/addNewValuesOnly.js +0 -15
  474. data/node_modules/inline-style-prefixer/es/utils/capitalizeString.js +0 -3
  475. data/node_modules/inline-style-prefixer/es/utils/isObject.js +0 -3
  476. data/node_modules/inline-style-prefixer/es/utils/prefixProperty.js +0 -22
  477. data/node_modules/inline-style-prefixer/es/utils/prefixValue.js +0 -11
  478. data/node_modules/inline-style-prefixer/lib/createPrefixer.js +0 -66
  479. data/node_modules/inline-style-prefixer/lib/data.js +0 -17
  480. data/node_modules/inline-style-prefixer/lib/generator/generatePluginList.js +0 -32
  481. data/node_modules/inline-style-prefixer/lib/generator/generatePrefixMap.js +0 -86
  482. data/node_modules/inline-style-prefixer/lib/generator/index.js +0 -85
  483. data/node_modules/inline-style-prefixer/lib/generator/maps/pluginMap.js +0 -113
  484. data/node_modules/inline-style-prefixer/lib/generator/maps/propertyMap.js +0 -43
  485. data/node_modules/inline-style-prefixer/lib/index.js +0 -78
  486. data/node_modules/inline-style-prefixer/lib/plugins/backgroundClip.js +0 -13
  487. data/node_modules/inline-style-prefixer/lib/plugins/calc.js +0 -21
  488. data/node_modules/inline-style-prefixer/lib/plugins/crossFade.js +0 -22
  489. data/node_modules/inline-style-prefixer/lib/plugins/cursor.js +0 -22
  490. data/node_modules/inline-style-prefixer/lib/plugins/filter.js +0 -22
  491. data/node_modules/inline-style-prefixer/lib/plugins/flex.js +0 -16
  492. data/node_modules/inline-style-prefixer/lib/plugins/flexboxIE.js +0 -73
  493. data/node_modules/inline-style-prefixer/lib/plugins/flexboxOld.js +0 -39
  494. data/node_modules/inline-style-prefixer/lib/plugins/gradient.js +0 -26
  495. data/node_modules/inline-style-prefixer/lib/plugins/grid.js +0 -136
  496. data/node_modules/inline-style-prefixer/lib/plugins/imageSet.js +0 -22
  497. data/node_modules/inline-style-prefixer/lib/plugins/index.js +0 -69
  498. data/node_modules/inline-style-prefixer/lib/plugins/logical.js +0 -41
  499. data/node_modules/inline-style-prefixer/lib/plugins/position.js +0 -11
  500. data/node_modules/inline-style-prefixer/lib/plugins/sizing.js +0 -32
  501. data/node_modules/inline-style-prefixer/lib/plugins/transition.js +0 -92
  502. data/node_modules/inline-style-prefixer/lib/utils/addNewValuesOnly.js +0 -21
  503. data/node_modules/inline-style-prefixer/lib/utils/capitalizeString.js +0 -9
  504. data/node_modules/inline-style-prefixer/lib/utils/isObject.js +0 -9
  505. data/node_modules/inline-style-prefixer/lib/utils/prefixProperty.js +0 -32
  506. data/node_modules/inline-style-prefixer/lib/utils/prefixValue.js +0 -17
  507. data/node_modules/inline-style-prefixer/package.json +0 -79
  508. data/node_modules/isobject/LICENSE +0 -21
  509. data/node_modules/isobject/README.md +0 -122
  510. data/node_modules/isobject/index.d.ts +0 -5
  511. data/node_modules/isobject/index.js +0 -12
  512. data/node_modules/isobject/package.json +0 -74
  513. data/node_modules/js-tokens/CHANGELOG.md +0 -151
  514. data/node_modules/js-tokens/LICENSE +0 -21
  515. data/node_modules/js-tokens/README.md +0 -240
  516. data/node_modules/js-tokens/index.js +0 -23
  517. data/node_modules/js-tokens/package.json +0 -30
  518. data/node_modules/loose-envify/LICENSE +0 -21
  519. data/node_modules/loose-envify/README.md +0 -45
  520. data/node_modules/loose-envify/cli.js +0 -16
  521. data/node_modules/loose-envify/custom.js +0 -4
  522. data/node_modules/loose-envify/index.js +0 -3
  523. data/node_modules/loose-envify/loose-envify.js +0 -36
  524. data/node_modules/loose-envify/package.json +0 -36
  525. data/node_modules/loose-envify/replace.js +0 -65
  526. data/node_modules/mdn-data/LICENSE +0 -116
  527. data/node_modules/mdn-data/README.md +0 -56
  528. data/node_modules/mdn-data/api/index.js +0 -3
  529. data/node_modules/mdn-data/api/inheritance.json +0 -2681
  530. data/node_modules/mdn-data/api/inheritance.schema.json +0 -31
  531. data/node_modules/mdn-data/css/at-rules.json +0 -560
  532. data/node_modules/mdn-data/css/at-rules.schema.json +0 -132
  533. data/node_modules/mdn-data/css/definitions.json +0 -77
  534. data/node_modules/mdn-data/css/index.js +0 -8
  535. data/node_modules/mdn-data/css/properties.json +0 -9163
  536. data/node_modules/mdn-data/css/properties.schema.json +0 -402
  537. data/node_modules/mdn-data/css/selectors.json +0 -927
  538. data/node_modules/mdn-data/css/selectors.schema.json +0 -36
  539. data/node_modules/mdn-data/css/syntaxes.json +0 -761
  540. data/node_modules/mdn-data/css/syntaxes.schema.json +0 -15
  541. data/node_modules/mdn-data/css/types.json +0 -265
  542. data/node_modules/mdn-data/css/types.schema.json +0 -32
  543. data/node_modules/mdn-data/css/units.json +0 -199
  544. data/node_modules/mdn-data/css/units.schema.json +0 -28
  545. data/node_modules/mdn-data/index.js +0 -5
  546. data/node_modules/mdn-data/l10n/css.json +0 -1567
  547. data/node_modules/mdn-data/l10n/index.js +0 -3
  548. data/node_modules/mdn-data/package.json +0 -39
  549. data/node_modules/nano-css/.circleci/config.yml +0 -85
  550. data/node_modules/nano-css/.eslintrc.yml +0 -27
  551. data/node_modules/nano-css/.github/FUNDING.yml +0 -3
  552. data/node_modules/nano-css/.github/workflows/nodejs.yml +0 -23
  553. data/node_modules/nano-css/CHANGELOG.md +0 -362
  554. data/node_modules/nano-css/LICENSE +0 -24
  555. data/node_modules/nano-css/README.md +0 -70
  556. data/node_modules/nano-css/addon/__dev__/warnOnMissingDependencies.js +0 -25
  557. data/node_modules/nano-css/addon/__tests__/__snapshots__/reset.test.js.snap +0 -407
  558. data/node_modules/nano-css/addon/__tests__/__snapshots__/tachyons.test.js.snap +0 -43
  559. data/node_modules/nano-css/addon/__tests__/amp.server.dev.test.js +0 -6
  560. data/node_modules/nano-css/addon/__tests__/amp.server.test.js +0 -223
  561. data/node_modules/nano-css/addon/__tests__/atoms.dev.test.js +0 -5
  562. data/node_modules/nano-css/addon/__tests__/atoms.server.dev.test.js +0 -8
  563. data/node_modules/nano-css/addon/__tests__/atoms.server.test.js +0 -6
  564. data/node_modules/nano-css/addon/__tests__/atoms.test.js +0 -49
  565. data/node_modules/nano-css/addon/__tests__/cssom.server.test.js +0 -12
  566. data/node_modules/nano-css/addon/__tests__/emmet/emmet.dev.test.js +0 -5
  567. data/node_modules/nano-css/addon/__tests__/emmet/emmet.server.dev.test.js +0 -8
  568. data/node_modules/nano-css/addon/__tests__/emmet/emmet.server.test.js +0 -6
  569. data/node_modules/nano-css/addon/__tests__/emmet/emmet.test.js +0 -219
  570. data/node_modules/nano-css/addon/__tests__/env.js +0 -6
  571. data/node_modules/nano-css/addon/__tests__/extract.server.test.js +0 -159
  572. data/node_modules/nano-css/addon/__tests__/index.server.dev.test.js +0 -6
  573. data/node_modules/nano-css/addon/__tests__/index.server.test.js +0 -4
  574. data/node_modules/nano-css/addon/__tests__/index.test.js +0 -257
  575. data/node_modules/nano-css/addon/__tests__/jsx.dev.test.js +0 -5
  576. data/node_modules/nano-css/addon/__tests__/jsx.server.dev.test.js +0 -6
  577. data/node_modules/nano-css/addon/__tests__/jsx.server.test.js +0 -4
  578. data/node_modules/nano-css/addon/__tests__/jsx.test.js +0 -33
  579. data/node_modules/nano-css/addon/__tests__/keyframes.dev.test.js +0 -5
  580. data/node_modules/nano-css/addon/__tests__/keyframes.server.dev.test.js +0 -6
  581. data/node_modules/nano-css/addon/__tests__/keyframes.server.test.js +0 -4
  582. data/node_modules/nano-css/addon/__tests__/keyframes.test.js +0 -131
  583. data/node_modules/nano-css/addon/__tests__/limit.server.test.js +0 -54
  584. data/node_modules/nano-css/addon/__tests__/nesting.test.js +0 -85
  585. data/node_modules/nano-css/addon/__tests__/prefixer.test.js +0 -121
  586. data/node_modules/nano-css/addon/__tests__/put.dev.test.js +0 -5
  587. data/node_modules/nano-css/addon/__tests__/put.server.dev.test.js +0 -6
  588. data/node_modules/nano-css/addon/__tests__/put.server.test.js +0 -4
  589. data/node_modules/nano-css/addon/__tests__/put.test.js +0 -75
  590. data/node_modules/nano-css/addon/__tests__/reset.test.js +0 -38
  591. data/node_modules/nano-css/addon/__tests__/rule.dev.test.js +0 -5
  592. data/node_modules/nano-css/addon/__tests__/rule.server.dev.test.js +0 -7
  593. data/node_modules/nano-css/addon/__tests__/rule.server.test.js +0 -5
  594. data/node_modules/nano-css/addon/__tests__/rule.test.js +0 -57
  595. data/node_modules/nano-css/addon/__tests__/setup.js +0 -7
  596. data/node_modules/nano-css/addon/__tests__/sheet.test.js +0 -74
  597. data/node_modules/nano-css/addon/__tests__/snake.test.js +0 -124
  598. data/node_modules/nano-css/addon/__tests__/tachyons.test.js +0 -45
  599. data/node_modules/nano-css/addon/__tests__/units.dev.test.js +0 -5
  600. data/node_modules/nano-css/addon/__tests__/units.server.dev.test.js +0 -6
  601. data/node_modules/nano-css/addon/__tests__/units.server.test.js +0 -4
  602. data/node_modules/nano-css/addon/__tests__/units.test.js +0 -41
  603. data/node_modules/nano-css/addon/__tests__/validate.dev.test.js +0 -5
  604. data/node_modules/nano-css/addon/__tests__/validate.test.js +0 -69
  605. data/node_modules/nano-css/addon/__tests__/vcssom.server.test.js +0 -14
  606. data/node_modules/nano-css/addon/__tests__/virtual.dev.test.js +0 -5
  607. data/node_modules/nano-css/addon/__tests__/virtual.server.dev.test.js +0 -6
  608. data/node_modules/nano-css/addon/__tests__/virtual.server.test.js +0 -4
  609. data/node_modules/nano-css/addon/__tests__/virtual.test.js +0 -225
  610. data/node_modules/nano-css/addon/amp.d.ts +0 -5
  611. data/node_modules/nano-css/addon/amp.js +0 -156
  612. data/node_modules/nano-css/addon/animate/fadeIn.js +0 -22
  613. data/node_modules/nano-css/addon/animate/fadeInDown.js +0 -25
  614. data/node_modules/nano-css/addon/animate/fadeInScale.js +0 -25
  615. data/node_modules/nano-css/addon/animate/fadeOut.js +0 -23
  616. data/node_modules/nano-css/addon/animate/fadeOutScale.js +0 -21
  617. data/node_modules/nano-css/addon/array.d.ts +0 -5
  618. data/node_modules/nano-css/addon/array.js +0 -33
  619. data/node_modules/nano-css/addon/atoms.d.ts +0 -243
  620. data/node_modules/nano-css/addon/atoms.js +0 -63
  621. data/node_modules/nano-css/addon/cache.d.ts +0 -8
  622. data/node_modules/nano-css/addon/cache.js +0 -17
  623. data/node_modules/nano-css/addon/component.d.ts +0 -7
  624. data/node_modules/nano-css/addon/component.js +0 -26
  625. data/node_modules/nano-css/addon/cssom.d.ts +0 -17
  626. data/node_modules/nano-css/addon/cssom.js +0 -36
  627. data/node_modules/nano-css/addon/decorator.d.ts +0 -7
  628. data/node_modules/nano-css/addon/decorator.js +0 -43
  629. data/node_modules/nano-css/addon/drule.d.ts +0 -8
  630. data/node_modules/nano-css/addon/drule.js +0 -27
  631. data/node_modules/nano-css/addon/dsheet.d.ts +0 -8
  632. data/node_modules/nano-css/addon/dsheet.js +0 -36
  633. data/node_modules/nano-css/addon/emmet.d.ts +0 -614
  634. data/node_modules/nano-css/addon/emmet.js +0 -177
  635. data/node_modules/nano-css/addon/extract.d.ts +0 -5
  636. data/node_modules/nano-css/addon/extract.js +0 -59
  637. data/node_modules/nano-css/addon/global.d.ts +0 -8
  638. data/node_modules/nano-css/addon/global.js +0 -19
  639. data/node_modules/nano-css/addon/googleFont.d.ts +0 -8
  640. data/node_modules/nano-css/addon/googleFont.js +0 -43
  641. data/node_modules/nano-css/addon/hydrate.d.ts +0 -7
  642. data/node_modules/nano-css/addon/hydrate.js +0 -28
  643. data/node_modules/nano-css/addon/hyperstyle.js +0 -27
  644. data/node_modules/nano-css/addon/important.js +0 -38
  645. data/node_modules/nano-css/addon/jsx.js +0 -60
  646. data/node_modules/nano-css/addon/keyframes.d.ts +0 -34
  647. data/node_modules/nano-css/addon/keyframes.js +0 -61
  648. data/node_modules/nano-css/addon/limit.js +0 -26
  649. data/node_modules/nano-css/addon/nesting.js +0 -37
  650. data/node_modules/nano-css/addon/pipe.js +0 -57
  651. data/node_modules/nano-css/addon/prefixer.js +0 -79
  652. data/node_modules/nano-css/addon/ref.js +0 -87
  653. data/node_modules/nano-css/addon/reset/EricMeyer.js +0 -48
  654. data/node_modules/nano-css/addon/reset/EricMeyerCondensed.js +0 -44
  655. data/node_modules/nano-css/addon/reset/Minimalistic.js +0 -16
  656. data/node_modules/nano-css/addon/reset/Minimalistic2.js +0 -17
  657. data/node_modules/nano-css/addon/reset/Minimalistic3.js +0 -18
  658. data/node_modules/nano-css/addon/reset/Normalize.js +0 -83
  659. data/node_modules/nano-css/addon/reset/PoorMan.js +0 -25
  660. data/node_modules/nano-css/addon/reset/ShaunInman.js +0 -42
  661. data/node_modules/nano-css/addon/reset/Siolon.js +0 -34
  662. data/node_modules/nano-css/addon/reset/Tantek.js +0 -31
  663. data/node_modules/nano-css/addon/reset/Tripoli.js +0 -75
  664. data/node_modules/nano-css/addon/reset/Universal.js +0 -23
  665. data/node_modules/nano-css/addon/reset/Yahoo.js +0 -43
  666. data/node_modules/nano-css/addon/reset-font.js +0 -24
  667. data/node_modules/nano-css/addon/rtl.js +0 -15
  668. data/node_modules/nano-css/addon/rule.d.ts +0 -26
  669. data/node_modules/nano-css/addon/rule.js +0 -39
  670. data/node_modules/nano-css/addon/sheet.d.ts +0 -22
  671. data/node_modules/nano-css/addon/sheet.js +0 -45
  672. data/node_modules/nano-css/addon/snake.js +0 -141
  673. data/node_modules/nano-css/addon/sourcemaps.js +0 -96
  674. data/node_modules/nano-css/addon/spread.js +0 -23
  675. data/node_modules/nano-css/addon/stable.js +0 -7
  676. data/node_modules/nano-css/addon/style.js +0 -33
  677. data/node_modules/nano-css/addon/styled.js +0 -161
  678. data/node_modules/nano-css/addon/stylis/plugin-onRule.js +0 -43
  679. data/node_modules/nano-css/addon/stylis.js +0 -28
  680. data/node_modules/nano-css/addon/tachyons.js +0 -215
  681. data/node_modules/nano-css/addon/unitless.js +0 -78
  682. data/node_modules/nano-css/addon/units.d.ts +0 -89
  683. data/node_modules/nano-css/addon/units.js +0 -27
  684. data/node_modules/nano-css/addon/useStyles.js +0 -24
  685. data/node_modules/nano-css/addon/util/cloneElement.js +0 -11
  686. data/node_modules/nano-css/addon/util/transformComponentDynamic.js +0 -50
  687. data/node_modules/nano-css/addon/util/transformComponentStatic.js +0 -26
  688. data/node_modules/nano-css/addon/validate.js +0 -82
  689. data/node_modules/nano-css/addon/vcssom/__tests__/cssToTree.test.js +0 -159
  690. data/node_modules/nano-css/addon/vcssom/cssToTree.d.ts +0 -15
  691. data/node_modules/nano-css/addon/vcssom/cssToTree.js +0 -42
  692. data/node_modules/nano-css/addon/vcssom/removeRule.d.ts +0 -3
  693. data/node_modules/nano-css/addon/vcssom/removeRule.js +0 -15
  694. data/node_modules/nano-css/addon/vcssom.d.ts +0 -72
  695. data/node_modules/nano-css/addon/vcssom.js +0 -97
  696. data/node_modules/nano-css/addon/virtual.js +0 -107
  697. data/node_modules/nano-css/addon/withStyles.js +0 -32
  698. data/node_modules/nano-css/index.d.ts +0 -4
  699. data/node_modules/nano-css/index.js +0 -138
  700. data/node_modules/nano-css/package.json +0 -145
  701. data/node_modules/nano-css/preset/react.js +0 -43
  702. data/node_modules/nano-css/preset/sheet.d.ts +0 -5
  703. data/node_modules/nano-css/preset/sheet.js +0 -27
  704. data/node_modules/nano-css/preset/vdom.js +0 -40
  705. data/node_modules/nano-css/prettier.config.js +0 -13
  706. data/node_modules/nano-css/renovate.json +0 -3
  707. data/node_modules/nano-css/types/common.d.ts +0 -14
  708. data/node_modules/nano-css/types/demo.ts +0 -7
  709. data/node_modules/nano-css/types/nano.d.ts +0 -171
  710. data/node_modules/object-assign/index.js +0 -90
  711. data/node_modules/object-assign/license +0 -21
  712. data/node_modules/object-assign/package.json +0 -42
  713. data/node_modules/object-assign/readme.md +0 -61
  714. data/node_modules/preact/compat/LICENSE +0 -21
  715. data/node_modules/preact/debug/LICENSE +0 -21
  716. data/node_modules/preact/devtools/LICENSE +0 -21
  717. data/node_modules/preact/hooks/LICENSE +0 -21
  718. data/node_modules/preact/jsx-runtime/LICENSE +0 -21
  719. data/node_modules/preact-deep-force-update/.babelrc +0 -8
  720. data/node_modules/preact-deep-force-update/.eslintrc +0 -66
  721. data/node_modules/preact-deep-force-update/.npmignore +0 -2
  722. data/node_modules/preact-deep-force-update/.travis.yml +0 -3
  723. data/node_modules/preact-deep-force-update/LICENSE +0 -21
  724. data/node_modules/preact-deep-force-update/README.md +0 -53
  725. data/node_modules/preact-deep-force-update/dist/deep-force-update.js +0 -36
  726. data/node_modules/preact-deep-force-update/dist/deep-force-update.js.map +0 -1
  727. data/node_modules/preact-deep-force-update/dist/deep-force-update.min.js +0 -2
  728. data/node_modules/preact-deep-force-update/dist/deep-force-update.min.js.map +0 -1
  729. data/node_modules/preact-deep-force-update/karma.conf.js +0 -32
  730. data/node_modules/preact-deep-force-update/package.json +0 -80
  731. data/node_modules/preact-deep-force-update/rollup.config.js +0 -17
  732. data/node_modules/preact-deep-force-update/src/index.js +0 -27
  733. data/node_modules/preact-deep-force-update/test/index.js +0 -50
  734. data/node_modules/react/LICENSE +0 -21
  735. data/node_modules/react/README.md +0 -13
  736. data/node_modules/react/build-info.json +0 -8
  737. data/node_modules/react/cjs/react-jsx-dev-runtime.development.js +0 -1203
  738. data/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +0 -9
  739. data/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js +0 -9
  740. data/node_modules/react/cjs/react-jsx-runtime.development.js +0 -1221
  741. data/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -10
  742. data/node_modules/react/cjs/react-jsx-runtime.profiling.min.js +0 -10
  743. data/node_modules/react/cjs/react.development.js +0 -2333
  744. data/node_modules/react/cjs/react.production.min.js +0 -23
  745. data/node_modules/react/index.js +0 -7
  746. data/node_modules/react/jsx-dev-runtime.js +0 -7
  747. data/node_modules/react/jsx-runtime.js +0 -7
  748. data/node_modules/react/package.json +0 -39
  749. data/node_modules/react/umd/react.development.js +0 -3357
  750. data/node_modules/react/umd/react.production.min.js +0 -31
  751. data/node_modules/react/umd/react.profiling.min.js +0 -36
  752. data/node_modules/react-dom/LICENSE +0 -21
  753. data/node_modules/react-dom/README.md +0 -54
  754. data/node_modules/react-dom/build-info.json +0 -8
  755. data/node_modules/react-dom/cjs/react-dom-server.browser.development.js +0 -4342
  756. data/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +0 -51
  757. data/node_modules/react-dom/cjs/react-dom-server.node.development.js +0 -4383
  758. data/node_modules/react-dom/cjs/react-dom-server.node.production.min.js +0 -52
  759. data/node_modules/react-dom/cjs/react-dom-test-utils.development.js +0 -2118
  760. data/node_modules/react-dom/cjs/react-dom-test-utils.production.min.js +0 -43
  761. data/node_modules/react-dom/cjs/react-dom.development.js +0 -26262
  762. data/node_modules/react-dom/cjs/react-dom.production.min.js +0 -297
  763. data/node_modules/react-dom/cjs/react-dom.profiling.min.js +0 -310
  764. data/node_modules/react-dom/index.js +0 -38
  765. data/node_modules/react-dom/package.json +0 -49
  766. data/node_modules/react-dom/profiling.js +0 -38
  767. data/node_modules/react-dom/server.browser.js +0 -7
  768. data/node_modules/react-dom/server.js +0 -3
  769. data/node_modules/react-dom/server.node.js +0 -7
  770. data/node_modules/react-dom/test-utils.js +0 -7
  771. data/node_modules/react-dom/umd/react-dom-server.browser.development.js +0 -4341
  772. data/node_modules/react-dom/umd/react-dom-server.browser.production.min.js +0 -46
  773. data/node_modules/react-dom/umd/react-dom-test-utils.development.js +0 -2136
  774. data/node_modules/react-dom/umd/react-dom-test-utils.production.min.js +0 -35
  775. data/node_modules/react-dom/umd/react-dom.development.js +0 -26292
  776. data/node_modules/react-dom/umd/react-dom.production.min.js +0 -245
  777. data/node_modules/react-dom/umd/react-dom.profiling.min.js +0 -252
  778. data/node_modules/regenerator-runtime/LICENSE +0 -21
  779. data/node_modules/regenerator-runtime/README.md +0 -31
  780. data/node_modules/regenerator-runtime/package.json +0 -19
  781. data/node_modules/regenerator-runtime/path.js +0 -11
  782. data/node_modules/regenerator-runtime/runtime.js +0 -754
  783. data/node_modules/rtl-css-js/CHANGELOG.md +0 -5
  784. data/node_modules/rtl-css-js/LICENSE +0 -20
  785. data/node_modules/rtl-css-js/README.md +0 -205
  786. data/node_modules/rtl-css-js/core/package.json +0 -6
  787. data/node_modules/rtl-css-js/core.d.ts +0 -163
  788. data/node_modules/rtl-css-js/core.esm.d.ts +0 -1
  789. data/node_modules/rtl-css-js/core.esm.js +0 -9
  790. data/node_modules/rtl-css-js/dist/cjs/convert-a10c80e3.js +0 -509
  791. data/node_modules/rtl-css-js/dist/cjs/core.js +0 -30
  792. data/node_modules/rtl-css-js/dist/cjs/index.js +0 -7
  793. data/node_modules/rtl-css-js/dist/esm/convert-09159978.js +0 -487
  794. data/node_modules/rtl-css-js/dist/esm/core.js +0 -1
  795. data/node_modules/rtl-css-js/dist/esm/index.js +0 -5
  796. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.js +0 -519
  797. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.js.map +0 -1
  798. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.min.js +0 -2
  799. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.min.js.map +0 -1
  800. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.js +0 -496
  801. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.js.map +0 -1
  802. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.min.js +0 -2
  803. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.min.js.map +0 -1
  804. data/node_modules/rtl-css-js/package.json +0 -66
  805. data/node_modules/rtl-css-js/types.d.ts +0 -8
  806. data/node_modules/scheduler/LICENSE +0 -21
  807. data/node_modules/scheduler/README.md +0 -9
  808. data/node_modules/scheduler/build-info.json +0 -8
  809. data/node_modules/scheduler/cjs/scheduler-tracing.development.js +0 -347
  810. data/node_modules/scheduler/cjs/scheduler-tracing.production.min.js +0 -9
  811. data/node_modules/scheduler/cjs/scheduler-tracing.profiling.min.js +0 -16
  812. data/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +0 -665
  813. data/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js +0 -19
  814. data/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +0 -206
  815. data/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js +0 -13
  816. data/node_modules/scheduler/cjs/scheduler.development.js +0 -646
  817. data/node_modules/scheduler/cjs/scheduler.production.min.js +0 -20
  818. data/node_modules/scheduler/index.js +0 -7
  819. data/node_modules/scheduler/package.json +0 -40
  820. data/node_modules/scheduler/tracing-profiling.js +0 -7
  821. data/node_modules/scheduler/tracing.js +0 -7
  822. data/node_modules/scheduler/umd/scheduler-tracing.development.js +0 -80
  823. data/node_modules/scheduler/umd/scheduler-tracing.production.min.js +0 -80
  824. data/node_modules/scheduler/umd/scheduler-tracing.profiling.min.js +0 -80
  825. data/node_modules/scheduler/umd/scheduler-unstable_mock.development.js +0 -664
  826. data/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js +0 -18
  827. data/node_modules/scheduler/umd/scheduler.development.js +0 -152
  828. data/node_modules/scheduler/umd/scheduler.production.min.js +0 -146
  829. data/node_modules/scheduler/umd/scheduler.profiling.min.js +0 -146
  830. data/node_modules/scheduler/unstable_mock.js +0 -7
  831. data/node_modules/scheduler/unstable_post_task.js +0 -7
  832. data/node_modules/source-map/CHANGELOG.md +0 -301
  833. data/node_modules/source-map/LICENSE +0 -28
  834. data/node_modules/source-map/README.md +0 -742
  835. data/node_modules/source-map/dist/source-map.debug.js +0 -3234
  836. data/node_modules/source-map/dist/source-map.js +0 -3233
  837. data/node_modules/source-map/dist/source-map.min.js +0 -2
  838. data/node_modules/source-map/dist/source-map.min.js.map +0 -1
  839. data/node_modules/source-map/lib/array-set.js +0 -121
  840. data/node_modules/source-map/lib/base64-vlq.js +0 -140
  841. data/node_modules/source-map/lib/base64.js +0 -67
  842. data/node_modules/source-map/lib/binary-search.js +0 -111
  843. data/node_modules/source-map/lib/mapping-list.js +0 -79
  844. data/node_modules/source-map/lib/quick-sort.js +0 -114
  845. data/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  846. data/node_modules/source-map/lib/source-map-generator.js +0 -425
  847. data/node_modules/source-map/lib/source-node.js +0 -413
  848. data/node_modules/source-map/lib/util.js +0 -488
  849. data/node_modules/source-map/package.json +0 -73
  850. data/node_modules/source-map/source-map.d.ts +0 -98
  851. data/node_modules/source-map/source-map.js +0 -8
  852. data/node_modules/sourcemap-codec/CHANGELOG.md +0 -64
  853. data/node_modules/sourcemap-codec/LICENSE +0 -21
  854. data/node_modules/sourcemap-codec/README.md +0 -63
  855. data/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js +0 -124
  856. data/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js.map +0 -1
  857. data/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -135
  858. data/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js.map +0 -1
  859. data/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts +0 -5
  860. data/node_modules/sourcemap-codec/package.json +0 -53
  861. data/node_modules/stack-generator/.eslintrc.yml +0 -32
  862. data/node_modules/stack-generator/CHANGELOG.md +0 -18
  863. data/node_modules/stack-generator/CONTRIBUTING.md +0 -27
  864. data/node_modules/stack-generator/LICENSE +0 -19
  865. data/node_modules/stack-generator/README.md +0 -28
  866. data/node_modules/stack-generator/bower.json +0 -33
  867. data/node_modules/stack-generator/component.json +0 -17
  868. data/node_modules/stack-generator/dist/stack-generator.js +0 -45
  869. data/node_modules/stack-generator/dist/stack-generator.min.js +0 -2
  870. data/node_modules/stack-generator/dist/stack-generator.min.js.map +0 -1
  871. data/node_modules/stack-generator/karma.conf.ci.js +0 -108
  872. data/node_modules/stack-generator/karma.conf.js +0 -26
  873. data/node_modules/stack-generator/package.json +0 -53
  874. data/node_modules/stack-generator/stack-generator.js +0 -45
  875. data/node_modules/stackframe/.eslintrc.yml +0 -29
  876. data/node_modules/stackframe/CHANGELOG.md +0 -39
  877. data/node_modules/stackframe/CONTRIBUTING.md +0 -28
  878. data/node_modules/stackframe/LICENSE +0 -19
  879. data/node_modules/stackframe/README.md +0 -78
  880. data/node_modules/stackframe/bower.json +0 -31
  881. data/node_modules/stackframe/component.json +0 -16
  882. data/node_modules/stackframe/dist/stackframe.js +0 -143
  883. data/node_modules/stackframe/dist/stackframe.min.js +0 -2
  884. data/node_modules/stackframe/dist/stackframe.min.js.map +0 -1
  885. data/node_modules/stackframe/karma.conf.ci.js +0 -105
  886. data/node_modules/stackframe/karma.conf.js +0 -23
  887. data/node_modules/stackframe/package.json +0 -51
  888. data/node_modules/stackframe/stackframe-tests.ts +0 -47
  889. data/node_modules/stackframe/stackframe.d.ts +0 -74
  890. data/node_modules/stackframe/stackframe.js +0 -143
  891. data/node_modules/stacktrace-gps/CHANGELOG.md +0 -60
  892. data/node_modules/stacktrace-gps/LICENSE +0 -19
  893. data/node_modules/stacktrace-gps/README.md +0 -89
  894. data/node_modules/stacktrace-gps/dist/polyfills.js +0 -5
  895. data/node_modules/stacktrace-gps/dist/stacktrace-gps-with-polyfills.min.js +0 -2
  896. data/node_modules/stacktrace-gps/dist/stacktrace-gps-with-polyfills.min.js.map +0 -1
  897. data/node_modules/stacktrace-gps/dist/stacktrace-gps.js +0 -342
  898. data/node_modules/stacktrace-gps/dist/stacktrace-gps.min.js +0 -2
  899. data/node_modules/stacktrace-gps/dist/stacktrace-gps.min.js.map +0 -1
  900. data/node_modules/stacktrace-gps/node_modules/source-map/CHANGELOG.md +0 -301
  901. data/node_modules/stacktrace-gps/node_modules/source-map/LICENSE +0 -28
  902. data/node_modules/stacktrace-gps/node_modules/source-map/README.md +0 -729
  903. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.debug.js +0 -3056
  904. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.js +0 -3055
  905. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.min.js +0 -2
  906. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.min.js.map +0 -1
  907. data/node_modules/stacktrace-gps/node_modules/source-map/lib/array-set.js +0 -104
  908. data/node_modules/stacktrace-gps/node_modules/source-map/lib/base64-vlq.js +0 -140
  909. data/node_modules/stacktrace-gps/node_modules/source-map/lib/base64.js +0 -67
  910. data/node_modules/stacktrace-gps/node_modules/source-map/lib/binary-search.js +0 -111
  911. data/node_modules/stacktrace-gps/node_modules/source-map/lib/mapping-list.js +0 -79
  912. data/node_modules/stacktrace-gps/node_modules/source-map/lib/quick-sort.js +0 -114
  913. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-map-consumer.js +0 -1082
  914. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-map-generator.js +0 -404
  915. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-node.js +0 -407
  916. data/node_modules/stacktrace-gps/node_modules/source-map/lib/util.js +0 -417
  917. data/node_modules/stacktrace-gps/node_modules/source-map/package.json +0 -71
  918. data/node_modules/stacktrace-gps/node_modules/source-map/source-map.js +0 -8
  919. data/node_modules/stacktrace-gps/package.json +0 -66
  920. data/node_modules/stacktrace-gps/stacktrace-gps.js +0 -342
  921. data/node_modules/stacktrace-js/CHANGELOG.md +0 -97
  922. data/node_modules/stacktrace-js/LICENSE +0 -19
  923. data/node_modules/stacktrace-js/README.md +0 -186
  924. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.js +0 -5405
  925. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.min.js +0 -3
  926. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.min.js.map +0 -1
  927. data/node_modules/stacktrace-js/dist/stacktrace.js +0 -3025
  928. data/node_modules/stacktrace-js/dist/stacktrace.min.js +0 -2
  929. data/node_modules/stacktrace-js/dist/stacktrace.min.js.map +0 -1
  930. data/node_modules/stacktrace-js/package.json +0 -82
  931. data/node_modules/stacktrace-js/stacktrace-js.d.ts +0 -134
  932. data/node_modules/stacktrace-js/stacktrace.js +0 -227
  933. data/node_modules/stylis/LICENSE +0 -21
  934. data/node_modules/stylis/README.md +0 -152
  935. data/node_modules/stylis/dist/stylis.mjs +0 -2
  936. data/node_modules/stylis/dist/stylis.mjs.map +0 -1
  937. data/node_modules/stylis/dist/umd/package.json +0 -1
  938. data/node_modules/stylis/dist/umd/stylis.js +0 -2
  939. data/node_modules/stylis/dist/umd/stylis.js.map +0 -1
  940. data/node_modules/stylis/index.js +0 -7
  941. data/node_modules/stylis/package.json +0 -164
  942. data/node_modules/stylis/src/Enum.js +0 -20
  943. data/node_modules/stylis/src/Middleware.js +0 -107
  944. data/node_modules/stylis/src/Parser.js +0 -184
  945. data/node_modules/stylis/src/Prefixer.js +0 -119
  946. data/node_modules/stylis/src/Serializer.js +0 -34
  947. data/node_modules/stylis/src/Tokenizer.js +0 -244
  948. data/node_modules/stylis/src/Utility.js +0 -109
@@ -1,2 +0,0 @@
1
- !function(r,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(r=r||self).RtlCssJs=t()}(this,(function(){"use strict";function r(r){return r.reduce((function(r,t){var e=t[0],o=t[1];return r[e]=o,r[o]=e,r}),{})}function t(r){return"number"==typeof r}function e(r,t){return-1!==r.indexOf(t)}function o(r,t,e,o){return t+(n=e,0===parseFloat(n)?n:"-"===n[0]?n.slice(1):"-"+n)+o;var n}function n(r){return r.replace(/ +/g," ").split(" ").map((function(r){return r.trim()})).filter(Boolean).reduce((function(r,t){var e=r.list,o=r.state,n=(t.match(/\(/g)||[]).length,i=(t.match(/\)/g)||[]).length;return o.parensDepth>0?e[e.length-1]=e[e.length-1]+" "+t:e.push(t),o.parensDepth+=n-i,{list:e,state:o}}),{list:[],state:{parensDepth:0}}).list}function i(r){var t=n(r);if(t.length<=3||t.length>4)return r;var e=t[0],o=t[1],i=t[2];return[e,t[3],i,o].join(" ")}var a={padding:function(r){var e=r.value;return t(e)?e:i(e)},textShadow:function(r){return r.value.replace(/(-*)([.|\d]+)/,(function(r,t,e){return"0"===e?r:""+(""===t?"-":"")+e}))},borderColor:function(r){return i(r.value)},borderRadius:function(r){var o=r.value;if(t(o))return o;if(e(o,"/")){var i=o.split("/"),s=i[0],u=i[1];return a.borderRadius({value:s.trim()})+" / "+a.borderRadius({value:u.trim()})}var d=n(o);switch(d.length){case 2:return d.reverse().join(" ");case 4:var g=d[0],l=d[1],f=d[2];return[l,g,d[3],f].join(" ");default:return o}},background:function(r){var e=r.value,o=r.valuesToConvert,n=r.isRtl,i=r.bgImgDirectionRegex,s=r.bgPosDirectionRegex;if(t(e))return e;var u=e.replace(/(url\(.*?\))|(rgba?\(.*?\))|(hsl\(.*?\))|(#[a-fA-F0-9]+)|((^| )(\D)+( |$))/g,"").trim();return e=e.replace(u,a.backgroundPosition({value:u,valuesToConvert:o,isRtl:n,bgPosDirectionRegex:s})),a.backgroundImage({value:e,valuesToConvert:o,bgImgDirectionRegex:i})},backgroundImage:function(r){var t=r.value,o=r.valuesToConvert,n=r.bgImgDirectionRegex;return e(t,"url(")||e(t,"linear-gradient(")?t.replace(n,(function(r,t,e){return r.replace(e,o[e])})):t},backgroundPosition:function(r){var t=r.value,e=r.valuesToConvert,o=r.isRtl,n=r.bgPosDirectionRegex;return t.replace(o?/^((-|\d|\.)+%)/:null,(function(r,t){return function(r){var t=r.indexOf(".");if(-1===t)r=100-parseFloat(r)+"%";else{var e=r.length-t-2;r=(r=100-parseFloat(r)).toFixed(e)+"%"}return r}(t)})).replace(n,(function(r){return e[r]}))},backgroundPositionX:function(r){var e=r.value,o=r.valuesToConvert,n=r.isRtl,i=r.bgPosDirectionRegex;return t(e)?e:a.backgroundPosition({value:e,valuesToConvert:o,isRtl:n,bgPosDirectionRegex:i})},transition:function(r){var t=r.value,e=r.propertiesToConvert;return t.split(/,\s*/g).map((function(r){var t=r.split(" ");return t[0]=e[t[0]]||t[0],t.join(" ")})).join(", ")},transitionProperty:function(r){var t=r.value,e=r.propertiesToConvert;return t.split(/,\s*/g).map((function(r){return e[r]||r})).join(", ")},transform:function(r){var t=r.value,e="(?:(?:(?:\\[0-9a-f]{1,6})(?:\\r\\n|\\s)?)|\\\\[^\\r\\n\\f0-9a-f])",n="((?:-?(?:[0-9]*\\.[0-9]+|[0-9]+)(?:\\s*(?:em|ex|px|cm|mm|in|pt|pc|deg|rad|grad|ms|s|hz|khz|%)|-?(?:[_a-z]|[^\\u0020-\\u007e]|"+e+")(?:[_a-z0-9-]|[^\\u0020-\\u007e]|"+e+")*)?)|(?:inherit|auto))",i=new RegExp("(translateX\\s*\\(\\s*)"+n+"(\\s*\\))","gi"),a=new RegExp("(translate\\s*\\(\\s*)"+n+"((?:\\s*,\\s*"+n+"){0,1}\\s*\\))","gi"),s=new RegExp("(translate3d\\s*\\(\\s*)"+n+"((?:\\s*,\\s*"+n+"){0,2}\\s*\\))","gi"),u=new RegExp("(rotate[ZY]?\\s*\\(\\s*)"+n+"(\\s*\\))","gi");return t.replace(i,o).replace(a,o).replace(s,o).replace(u,o)}};a.objectPosition=a.backgroundPosition,a.margin=a.padding,a.borderWidth=a.padding,a.boxShadow=a.textShadow,a.webkitBoxShadow=a.boxShadow,a.mozBoxShadow=a.boxShadow,a.WebkitBoxShadow=a.boxShadow,a.MozBoxShadow=a.boxShadow,a.borderStyle=a.borderColor,a.webkitTransform=a.transform,a.mozTransform=a.transform,a.WebkitTransform=a.transform,a.MozTransform=a.transform,a.transformOrigin=a.backgroundPosition,a.webkitTransformOrigin=a.transformOrigin,a.mozTransformOrigin=a.transformOrigin,a.WebkitTransformOrigin=a.transformOrigin,a.MozTransformOrigin=a.transformOrigin,a.webkitTransition=a.transition,a.mozTransition=a.transition,a.WebkitTransition=a.transition,a.MozTransition=a.transition,a.webkitTransitionProperty=a.transitionProperty,a.mozTransitionProperty=a.transitionProperty,a.WebkitTransitionProperty=a.transitionProperty,a.MozTransitionProperty=a.transitionProperty,a["text-shadow"]=a.textShadow,a["border-color"]=a.borderColor,a["border-radius"]=a.borderRadius,a["background-image"]=a.backgroundImage,a["background-position"]=a.backgroundPosition,a["background-position-x"]=a.backgroundPositionX,a["object-position"]=a.objectPosition,a["border-width"]=a.padding,a["box-shadow"]=a.textShadow,a["-webkit-box-shadow"]=a.textShadow,a["-moz-box-shadow"]=a.textShadow,a["border-style"]=a.borderColor,a["-webkit-transform"]=a.transform,a["-moz-transform"]=a.transform,a["transform-origin"]=a.transformOrigin,a["-webkit-transform-origin"]=a.transformOrigin,a["-moz-transform-origin"]=a.transformOrigin,a["-webkit-transition"]=a.transition,a["-moz-transition"]=a.transition,a["transition-property"]=a.transitionProperty,a["-webkit-transition-property"]=a.transitionProperty,a["-moz-transition-property"]=a.transitionProperty;var s=r([["paddingLeft","paddingRight"],["marginLeft","marginRight"],["left","right"],["borderLeft","borderRight"],["borderLeftColor","borderRightColor"],["borderLeftStyle","borderRightStyle"],["borderLeftWidth","borderRightWidth"],["borderTopLeftRadius","borderTopRightRadius"],["borderBottomLeftRadius","borderBottomRightRadius"],["padding-left","padding-right"],["margin-left","margin-right"],["border-left","border-right"],["border-left-color","border-right-color"],["border-left-style","border-right-style"],["border-left-width","border-right-width"],["border-top-left-radius","border-top-right-radius"],["border-bottom-left-radius","border-bottom-right-radius"]]),u=["content"],d=r([["ltr","rtl"],["left","right"],["w-resize","e-resize"],["sw-resize","se-resize"],["nw-resize","ne-resize"]]),g=new RegExp("(^|\\W|_)((ltr)|(rtl)|(left)|(right))(\\W|_|$)","g"),l=new RegExp("(left)|(right)");function f(r){return Object.keys(r).reduce((function(o,n){var i=r[n];if("string"==typeof i&&(i=i.trim()),e(u,n))return o[n]=i,o;var c=function(r,e){var o=/\/\*\s?@noflip\s?\*\//.test(e),n=o?r:(u=r,s[u]||u),i=o?e:function(r,e){if(function(r){return null==r}(e)||function(r){return"boolean"==typeof r}(e))return e;if(function(r){return r&&"object"==typeof r}(e))return f(e);var o,n=t(e),i=function(r){return"function"==typeof r}(e),u=n||i?e:e.replace(/ !important.*?$/,""),c=!n&&u.length!==e.length,b=a[r];o=b?b({value:u,valuesToConvert:d,propertiesToConvert:s,isRtl:!0,bgImgDirectionRegex:g,bgPosDirectionRegex:l}):d[u]||u;if(c)return o+" !important";return o}(n,e);var u;return{key:n,value:i}}(n,i),b=c.key,p=c.value;return o[b]=p,o}),Array.isArray(r)?[]:{})}return f}));
2
- //# sourceMappingURL=rtl-css-js.umd.min.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rtl-css-js.umd.min.js","sources":["../src/internal/utils.js","../src/internal/property-value-converters.js","../src/internal/convert.js"],"sourcesContent":["/**\n * Takes an array of [keyValue1, keyValue2] pairs and creates an object of {keyValue1: keyValue2, keyValue2: keyValue1}\n * @param {Array} array the array of pairs\n * @return {Object} the {key, value} pair object\n */\nfunction arrayToObject(array) {\n return array.reduce((obj, [prop1, prop2]) => {\n obj[prop1] = prop2\n obj[prop2] = prop1\n return obj\n }, {})\n}\n\nfunction isBoolean(val) {\n return typeof val === 'boolean'\n}\n\nfunction isFunction(val) {\n return typeof val === 'function'\n}\n\nfunction isNumber(val) {\n return typeof val === 'number'\n}\n\nfunction isNullOrUndefined(val) {\n return val === null || typeof val === 'undefined'\n}\n\nfunction isObject(val) {\n return val && typeof val === 'object'\n}\n\nfunction isString(val) {\n return typeof val === 'string'\n}\n\nfunction includes(inclusive, inclusee) {\n return inclusive.indexOf(inclusee) !== -1\n}\n\n/**\n * Flip the sign of a CSS value, possibly with a unit.\n *\n * We can't just negate the value with unary minus due to the units.\n *\n * @private\n * @param {String} value - the original value (for example 77%)\n * @return {String} the result (for example -77%)\n */\nfunction flipSign(value) {\n if (parseFloat(value) === 0) {\n // Don't mangle zeroes\n return value\n }\n\n if (value[0] === '-') {\n return value.slice(1)\n }\n\n return `-${value}`\n}\n\nfunction flipTransformSign(match, prefix, offset, suffix) {\n return prefix + flipSign(offset) + suffix\n}\n\n/**\n * Takes a percentage for background position and inverts it.\n * This was copied and modified from CSSJanus:\n * https://github.com/cssjanus/cssjanus/blob/4245f834365f6cfb0239191a151432fb85abab23/src/cssjanus.js#L152-L175\n * @param {String} value - the original value (for example 77%)\n * @return {String} the result (for example 23%)\n */\nfunction calculateNewBackgroundPosition(value) {\n const idx = value.indexOf('.')\n if (idx === -1) {\n value = `${100 - parseFloat(value)}%`\n } else {\n // Two off, one for the \"%\" at the end, one for the dot itself\n const len = value.length - idx - 2\n value = 100 - parseFloat(value)\n value = `${value.toFixed(len)}%`\n }\n return value\n}\n\n/**\n * This takes a list of CSS values and converts it to an array\n * @param {String} value - something like `1px`, `1px 2em`, or `3pt rgb(150, 230, 550) 40px calc(100% - 5px)`\n * @return {Array} the split values (for example: `['3pt', 'rgb(150, 230, 550)', '40px', 'calc(100% - 5px)']`)\n */\nfunction getValuesAsList(value) {\n return (\n value\n .replace(/ +/g, ' ') // remove all extraneous spaces\n .split(' ')\n .map(i => i.trim()) // get rid of extra space before/after each item\n .filter(Boolean) // get rid of empty strings\n // join items which are within parenthese\n // luckily `calc (100% - 5px)` is invalid syntax and it must be `calc(100% - 5px)`, otherwise this would be even more complex\n .reduce(\n ({list, state}, item) => {\n const openParansCount = (item.match(/\\(/g) || []).length\n const closedParansCount = (item.match(/\\)/g) || []).length\n if (state.parensDepth > 0) {\n list[list.length - 1] = `${list[list.length - 1]} ${item}`\n } else {\n list.push(item)\n }\n state.parensDepth += openParansCount - closedParansCount\n return {list, state}\n },\n {list: [], state: {parensDepth: 0}},\n ).list\n )\n}\n\n/**\n * This is intended for properties that are `top right bottom left` and will switch them to `top left bottom right`\n * @param {String} value - `1px 2px 3px 4px` for example, but also handles cases where there are too few/too many and\n * simply returns the value in those cases (which is the correct behavior)\n * @return {String} the result - `1px 4px 3px 2px` for example.\n */\nfunction handleQuartetValues(value) {\n const splitValues = getValuesAsList(value)\n if (splitValues.length <= 3 || splitValues.length > 4) {\n return value\n }\n const [top, right, bottom, left] = splitValues\n return [top, left, bottom, right].join(' ')\n}\n\nexport {\n arrayToObject,\n calculateNewBackgroundPosition,\n flipTransformSign as calculateNewTranslate,\n flipTransformSign,\n flipSign,\n handleQuartetValues,\n includes,\n isBoolean,\n isFunction,\n isNullOrUndefined,\n isNumber,\n isObject,\n isString,\n getValuesAsList,\n}\n","import {\n includes,\n isNumber,\n calculateNewBackgroundPosition,\n flipTransformSign,\n handleQuartetValues,\n getValuesAsList,\n} from './utils'\n\n// some values require a little fudging, that fudging goes here.\nconst propertyValueConverters = {\n padding({value}) {\n if (isNumber(value)) {\n return value\n }\n return handleQuartetValues(value)\n },\n textShadow({value}) {\n // intentionally leaving off the `g` flag here because we only want to change the first number (which is the offset-x)\n return value.replace(/(-*)([.|\\d]+)/, (match, negative, number) => {\n if (number === '0') {\n return match\n }\n const doubleNegative = negative === '' ? '-' : ''\n return `${doubleNegative}${number}`\n })\n },\n borderColor({value}) {\n return handleQuartetValues(value)\n },\n borderRadius({value}) {\n if (isNumber(value)) {\n return value\n }\n if (includes(value, '/')) {\n const [radius1, radius2] = value.split('/')\n const convertedRadius1 = propertyValueConverters.borderRadius({\n value: radius1.trim(),\n })\n const convertedRadius2 = propertyValueConverters.borderRadius({\n value: radius2.trim(),\n })\n return `${convertedRadius1} / ${convertedRadius2}`\n }\n const splitValues = getValuesAsList(value)\n switch (splitValues.length) {\n case 2: {\n return splitValues.reverse().join(' ')\n }\n case 4: {\n const [topLeft, topRight, bottomRight, bottomLeft] = splitValues\n return [topRight, topLeft, bottomLeft, bottomRight].join(' ')\n }\n default: {\n return value\n }\n }\n },\n background({\n value,\n valuesToConvert,\n isRtl,\n bgImgDirectionRegex,\n bgPosDirectionRegex,\n }) {\n if (isNumber(value)) {\n return value\n }\n\n // Yeah, this is in need of a refactor 🙃...\n // but this property is a tough cookie 🍪\n // get the backgroundPosition out of the string by removing everything that couldn't be the backgroundPosition value\n const backgroundPositionValue = value\n .replace(\n /(url\\(.*?\\))|(rgba?\\(.*?\\))|(hsl\\(.*?\\))|(#[a-fA-F0-9]+)|((^| )(\\D)+( |$))/g,\n '',\n )\n .trim()\n // replace that backgroundPosition value with the converted version\n value = value.replace(\n backgroundPositionValue,\n propertyValueConverters.backgroundPosition({\n value: backgroundPositionValue,\n valuesToConvert,\n isRtl,\n bgPosDirectionRegex,\n }),\n )\n // do the backgroundImage value replacing on the whole value (because why not?)\n return propertyValueConverters.backgroundImage({\n value,\n valuesToConvert,\n bgImgDirectionRegex,\n })\n },\n backgroundImage({value, valuesToConvert, bgImgDirectionRegex}) {\n if (!includes(value, 'url(') && !includes(value, 'linear-gradient(')) {\n return value\n }\n return value.replace(bgImgDirectionRegex, (match, g1, group2) => {\n return match.replace(group2, valuesToConvert[group2])\n })\n },\n backgroundPosition({value, valuesToConvert, isRtl, bgPosDirectionRegex}) {\n return (\n value\n // intentionally only grabbing the first instance of this because that represents `left`\n .replace(isRtl ? /^((-|\\d|\\.)+%)/ : null, (match, group) =>\n calculateNewBackgroundPosition(group),\n )\n .replace(bgPosDirectionRegex, match => valuesToConvert[match])\n )\n },\n backgroundPositionX({value, valuesToConvert, isRtl, bgPosDirectionRegex}) {\n if (isNumber(value)) {\n return value\n }\n return propertyValueConverters.backgroundPosition({\n value,\n valuesToConvert,\n isRtl,\n bgPosDirectionRegex,\n })\n },\n transition({value, propertiesToConvert}) {\n return value\n .split(/,\\s*/g)\n .map(transition => {\n const values = transition.split(' ')\n\n // Property is always defined first\n values[0] = propertiesToConvert[values[0]] || values[0]\n\n return values.join(' ')\n })\n .join(', ')\n },\n transitionProperty({value, propertiesToConvert}) {\n return value\n .split(/,\\s*/g)\n .map(prop => propertiesToConvert[prop] || prop)\n .join(', ')\n },\n transform({value}) {\n // This was copied and modified from CSSJanus:\n // https://github.com/cssjanus/cssjanus/blob/4a40f001b1ba35567112d8b8e1d9d95eda4234c3/src/cssjanus.js#L152-L153\n const nonAsciiPattern = '[^\\\\u0020-\\\\u007e]'\n const unicodePattern = '(?:(?:\\\\[0-9a-f]{1,6})(?:\\\\r\\\\n|\\\\s)?)'\n const numPattern = '(?:[0-9]*\\\\.[0-9]+|[0-9]+)'\n const unitPattern = '(?:em|ex|px|cm|mm|in|pt|pc|deg|rad|grad|ms|s|hz|khz|%)'\n const escapePattern = `(?:${unicodePattern}|\\\\\\\\[^\\\\r\\\\n\\\\f0-9a-f])`\n const nmstartPattern = `(?:[_a-z]|${nonAsciiPattern}|${escapePattern})`\n const nmcharPattern = `(?:[_a-z0-9-]|${nonAsciiPattern}|${escapePattern})`\n const identPattern = `-?${nmstartPattern}${nmcharPattern}*`\n const quantPattern = `${numPattern}(?:\\\\s*${unitPattern}|${identPattern})?`\n const signedQuantPattern = `((?:-?${quantPattern})|(?:inherit|auto))`\n const translateXRegExp = new RegExp(\n `(translateX\\\\s*\\\\(\\\\s*)${signedQuantPattern}(\\\\s*\\\\))`,\n 'gi',\n )\n const translateRegExp = new RegExp(\n `(translate\\\\s*\\\\(\\\\s*)${signedQuantPattern}((?:\\\\s*,\\\\s*${signedQuantPattern}){0,1}\\\\s*\\\\))`,\n 'gi',\n )\n const translate3dRegExp = new RegExp(\n `(translate3d\\\\s*\\\\(\\\\s*)${signedQuantPattern}((?:\\\\s*,\\\\s*${signedQuantPattern}){0,2}\\\\s*\\\\))`,\n 'gi',\n )\n const rotateRegExp = new RegExp(\n `(rotate[ZY]?\\\\s*\\\\(\\\\s*)${signedQuantPattern}(\\\\s*\\\\))`,\n 'gi',\n )\n return value\n .replace(translateXRegExp, flipTransformSign)\n .replace(translateRegExp, flipTransformSign)\n .replace(translate3dRegExp, flipTransformSign)\n .replace(rotateRegExp, flipTransformSign)\n },\n}\n\npropertyValueConverters.objectPosition =\n propertyValueConverters.backgroundPosition\npropertyValueConverters.margin = propertyValueConverters.padding\npropertyValueConverters.borderWidth = propertyValueConverters.padding\npropertyValueConverters.boxShadow = propertyValueConverters.textShadow\npropertyValueConverters.webkitBoxShadow = propertyValueConverters.boxShadow\npropertyValueConverters.mozBoxShadow = propertyValueConverters.boxShadow\npropertyValueConverters.WebkitBoxShadow = propertyValueConverters.boxShadow\npropertyValueConverters.MozBoxShadow = propertyValueConverters.boxShadow\npropertyValueConverters.borderStyle = propertyValueConverters.borderColor\npropertyValueConverters.webkitTransform = propertyValueConverters.transform\npropertyValueConverters.mozTransform = propertyValueConverters.transform\npropertyValueConverters.WebkitTransform = propertyValueConverters.transform\npropertyValueConverters.MozTransform = propertyValueConverters.transform\npropertyValueConverters.transformOrigin =\n propertyValueConverters.backgroundPosition\npropertyValueConverters.webkitTransformOrigin =\n propertyValueConverters.transformOrigin\npropertyValueConverters.mozTransformOrigin =\n propertyValueConverters.transformOrigin\npropertyValueConverters.WebkitTransformOrigin =\n propertyValueConverters.transformOrigin\npropertyValueConverters.MozTransformOrigin =\n propertyValueConverters.transformOrigin\npropertyValueConverters.webkitTransition = propertyValueConverters.transition\npropertyValueConverters.mozTransition = propertyValueConverters.transition\npropertyValueConverters.WebkitTransition = propertyValueConverters.transition\npropertyValueConverters.MozTransition = propertyValueConverters.transition\npropertyValueConverters.webkitTransitionProperty =\n propertyValueConverters.transitionProperty\npropertyValueConverters.mozTransitionProperty =\n propertyValueConverters.transitionProperty\npropertyValueConverters.WebkitTransitionProperty =\n propertyValueConverters.transitionProperty\npropertyValueConverters.MozTransitionProperty =\n propertyValueConverters.transitionProperty\n\n// kebab-case versions\n\npropertyValueConverters['text-shadow'] = propertyValueConverters.textShadow\npropertyValueConverters['border-color'] = propertyValueConverters.borderColor\npropertyValueConverters['border-radius'] = propertyValueConverters.borderRadius\npropertyValueConverters['background-image'] =\n propertyValueConverters.backgroundImage\npropertyValueConverters['background-position'] =\n propertyValueConverters.backgroundPosition\npropertyValueConverters['background-position-x'] =\n propertyValueConverters.backgroundPositionX\npropertyValueConverters['object-position'] =\n propertyValueConverters.objectPosition\npropertyValueConverters['border-width'] = propertyValueConverters.padding\npropertyValueConverters['box-shadow'] = propertyValueConverters.textShadow\npropertyValueConverters['-webkit-box-shadow'] =\n propertyValueConverters.textShadow\npropertyValueConverters['-moz-box-shadow'] = propertyValueConverters.textShadow\npropertyValueConverters['border-style'] = propertyValueConverters.borderColor\npropertyValueConverters['-webkit-transform'] = propertyValueConverters.transform\npropertyValueConverters['-moz-transform'] = propertyValueConverters.transform\npropertyValueConverters['transform-origin'] =\n propertyValueConverters.transformOrigin\npropertyValueConverters['-webkit-transform-origin'] =\n propertyValueConverters.transformOrigin\npropertyValueConverters['-moz-transform-origin'] =\n propertyValueConverters.transformOrigin\npropertyValueConverters['-webkit-transition'] =\n propertyValueConverters.transition\npropertyValueConverters['-moz-transition'] = propertyValueConverters.transition\npropertyValueConverters['transition-property'] =\n propertyValueConverters.transitionProperty\npropertyValueConverters['-webkit-transition-property'] =\n propertyValueConverters.transitionProperty\npropertyValueConverters['-moz-transition-property'] =\n propertyValueConverters.transitionProperty\n\nexport default propertyValueConverters\n","import {\n includes,\n arrayToObject,\n isBoolean,\n isFunction,\n isNumber,\n isObject,\n isString,\n isNullOrUndefined,\n} from './utils'\nimport propertyValueConverters from './property-value-converters'\n\n// this will be an object of properties that map to their corresponding rtl property (their doppelganger)\nexport const propertiesToConvert = arrayToObject([\n ['paddingLeft', 'paddingRight'],\n ['marginLeft', 'marginRight'],\n ['left', 'right'],\n ['borderLeft', 'borderRight'],\n ['borderLeftColor', 'borderRightColor'],\n ['borderLeftStyle', 'borderRightStyle'],\n ['borderLeftWidth', 'borderRightWidth'],\n ['borderTopLeftRadius', 'borderTopRightRadius'],\n ['borderBottomLeftRadius', 'borderBottomRightRadius'],\n // kebab-case versions\n ['padding-left', 'padding-right'],\n ['margin-left', 'margin-right'],\n ['border-left', 'border-right'],\n ['border-left-color', 'border-right-color'],\n ['border-left-style', 'border-right-style'],\n ['border-left-width', 'border-right-width'],\n ['border-top-left-radius', 'border-top-right-radius'],\n ['border-bottom-left-radius', 'border-bottom-right-radius'],\n])\n\nexport const propsToIgnore = ['content']\n\n// this is the same as the propertiesToConvert except for values\nexport const valuesToConvert = arrayToObject([\n ['ltr', 'rtl'],\n ['left', 'right'],\n ['w-resize', 'e-resize'],\n ['sw-resize', 'se-resize'],\n ['nw-resize', 'ne-resize'],\n])\n\n// Sorry for the regex 😞, but basically thisis used to replace _every_ instance of\n// `ltr`, `rtl`, `right`, and `left` in `backgroundimage` with the corresponding opposite.\n// A situation we're accepting here:\n// url('/left/right/rtl/ltr.png') will be changed to url('/right/left/ltr/rtl.png')\n// Definite trade-offs here, but I think it's a good call.\nconst bgImgDirectionRegex = new RegExp(\n '(^|\\\\W|_)((ltr)|(rtl)|(left)|(right))(\\\\W|_|$)',\n 'g',\n)\nconst bgPosDirectionRegex = new RegExp('(left)|(right)')\n\n/**\n * converts properties and values in the CSS in JS object to their corresponding RTL values\n * @param {Object} object the CSS in JS object\n * @return {Object} the RTL converted object\n */\nexport function convert(object) {\n return Object.keys(object).reduce(\n (newObj, originalKey) => {\n let originalValue = object[originalKey]\n if (isString(originalValue)) {\n // you're welcome to later code 😺\n originalValue = originalValue.trim()\n }\n\n // Some properties should never be transformed\n if (includes(propsToIgnore, originalKey)) {\n newObj[originalKey] = originalValue\n return newObj\n }\n\n const {key, value} = convertProperty(originalKey, originalValue)\n newObj[key] = value\n return newObj\n },\n Array.isArray(object) ? [] : {},\n )\n}\n\n/**\n * Converts a property and its value to the corresponding RTL key and value\n * @param {String} originalKey the original property key\n * @param {Number|String|Object} originalValue the original css property value\n * @return {Object} the new {key, value} pair\n */\nexport function convertProperty(originalKey, originalValue) {\n const isNoFlip = /\\/\\*\\s?@noflip\\s?\\*\\//.test(originalValue)\n const key = isNoFlip ? originalKey : getPropertyDoppelganger(originalKey)\n const value = isNoFlip\n ? originalValue\n : getValueDoppelganger(key, originalValue)\n return {key, value}\n}\n\n/**\n * This gets the RTL version of the given property if it has a corresponding RTL property\n * @param {String} property the name of the property\n * @return {String} the name of the RTL property\n */\nexport function getPropertyDoppelganger(property) {\n return propertiesToConvert[property] || property\n}\n\n/**\n * This converts the given value to the RTL version of that value based on the key\n * @param {String} key this is the key (note: this should be the RTL version of the originalKey)\n * @param {String|Number|Object} originalValue the original css property value. If it's an object, then we'll convert that as well\n * @return {String|Number|Object} the converted value\n */\nexport function getValueDoppelganger(key, originalValue) {\n /* eslint complexity:[2, 10] */ // let's try to keep the complexity down... If we have to do this much more, let's break this up\n if (isNullOrUndefined(originalValue) || isBoolean(originalValue)) {\n return originalValue\n }\n\n if (isObject(originalValue)) {\n return convert(originalValue) // recurssion 🌀\n }\n const isNum = isNumber(originalValue)\n const isFunc = isFunction(originalValue)\n\n const importantlessValue =\n isNum || isFunc\n ? originalValue\n : originalValue.replace(/ !important.*?$/, '')\n const isImportant =\n !isNum && importantlessValue.length !== originalValue.length\n const valueConverter = propertyValueConverters[key]\n let newValue\n if (valueConverter) {\n newValue = valueConverter({\n value: importantlessValue,\n valuesToConvert,\n propertiesToConvert,\n isRtl: true,\n bgImgDirectionRegex,\n bgPosDirectionRegex,\n })\n } else {\n newValue = valuesToConvert[importantlessValue] || importantlessValue\n }\n if (isImportant) {\n return `${newValue} !important`\n }\n return newValue\n}\n"],"names":["arrayToObject","array","reduce","obj","prop1","prop2","isNumber","val","includes","inclusive","inclusee","indexOf","flipTransformSign","match","prefix","offset","suffix","value","parseFloat","slice","getValuesAsList","replace","split","map","i","trim","filter","Boolean","item","list","state","openParansCount","length","closedParansCount","parensDepth","push","handleQuartetValues","splitValues","top","right","bottom","join","propertyValueConverters","padding","textShadow","negative","number","borderColor","borderRadius","radius1","radius2","reverse","topLeft","topRight","bottomRight","background","valuesToConvert","isRtl","bgImgDirectionRegex","bgPosDirectionRegex","backgroundPositionValue","backgroundPosition","backgroundImage","g1","group2","group","idx","len","toFixed","calculateNewBackgroundPosition","backgroundPositionX","transition","propertiesToConvert","values","transitionProperty","prop","transform","escapePattern","signedQuantPattern","translateXRegExp","RegExp","translateRegExp","translate3dRegExp","rotateRegExp","objectPosition","margin","borderWidth","boxShadow","webkitBoxShadow","mozBoxShadow","WebkitBoxShadow","MozBoxShadow","borderStyle","webkitTransform","mozTransform","WebkitTransform","MozTransform","transformOrigin","webkitTransformOrigin","mozTransformOrigin","WebkitTransformOrigin","MozTransformOrigin","webkitTransition","mozTransition","WebkitTransition","MozTransition","webkitTransitionProperty","mozTransitionProperty","WebkitTransitionProperty","MozTransitionProperty","propsToIgnore","convert","object","Object","keys","newObj","originalKey","originalValue","isNoFlip","test","key","property","isNullOrUndefined","isBoolean","isObject","newValue","isNum","isFunc","isFunction","importantlessValue","isImportant","valueConverter","getValueDoppelganger","convertProperty","Array","isArray"],"mappings":"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"}
@@ -1,66 +0,0 @@
1
- {
2
- "name": "rtl-css-js",
3
- "version": "1.14.2",
4
- "description": "Right To Left conversion for CSS in JS objects",
5
- "main": "dist/cjs/index.js",
6
- "jsnext:main": "dist/esm/index.js",
7
- "module": "dist/esm/index.js",
8
- "types": "types.d.ts",
9
- "scripts": {
10
- "build": "rimraf dist && npm-run-all build:**",
11
- "build:bundlers": "kcd-scripts build --bundle cjs,esm --environment BUILD_INPUT:src/*.js --no-clean",
12
- "build:umd:main": "kcd-scripts build --bundle umd,umd.min BUILD_NAME:rtlCSSJS --no-clean",
13
- "build:umd:core": "kcd-scripts build --bundle umd,umd.min --environment BUILD_NAME:rtlCSSJSCore,BUILD_FILENAME_SUFFIX:\".core\",BUILD_INPUT:src/core.js --no-clean",
14
- "postbuild:bundlers": "node scripts/add-proxies-typings.js",
15
- "lint": "kcd-scripts lint",
16
- "test": "kcd-scripts test",
17
- "test:update": "npm run test -s -- --coverage --updateSnapshot",
18
- "validate": "kcd-scripts validate"
19
- },
20
- "husky": {
21
- "hooks": {
22
- "pre-commit": "kcd-scripts pre-commit"
23
- }
24
- },
25
- "files": [
26
- "dist",
27
- "core",
28
- "types.d.ts",
29
- "core.d.ts",
30
- "core.esm.js",
31
- "core.esm.d.ts"
32
- ],
33
- "keywords": [
34
- "css-in-js",
35
- "ltr",
36
- "rtl",
37
- "cssjanus"
38
- ],
39
- "author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
40
- "license": "MIT",
41
- "devDependencies": {
42
- "kcd-scripts": "^1.11.0",
43
- "npm-run-all": "^4.1.1",
44
- "rimraf": "^3.0.0",
45
- "tiny-glob": "^0.2.0"
46
- },
47
- "eslintConfig": {
48
- "extends": "./node_modules/kcd-scripts/eslint.js"
49
- },
50
- "eslintIgnore": [
51
- "node_modules",
52
- "coverage",
53
- "dist"
54
- ],
55
- "repository": {
56
- "type": "git",
57
- "url": "https://github.com/kentcdodds/rtl-css-js.git"
58
- },
59
- "bugs": {
60
- "url": "https://github.com/kentcdodds/rtl-css-js/issues"
61
- },
62
- "homepage": "https://github.com/kentcdodds/rtl-css-js#readme",
63
- "dependencies": {
64
- "@babel/runtime": "^7.1.2"
65
- }
66
- }
@@ -1,8 +0,0 @@
1
- declare interface RtlCSSJS {
2
- default: RtlCSSJS
3
- <T extends object = object>(o: T): T
4
- }
5
-
6
- declare const rtlCSSJS: RtlCSSJS
7
-
8
- export = rtlCSSJS
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) Facebook, Inc. and its affiliates.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,9 +0,0 @@
1
- # `scheduler`
2
-
3
- This is a package for cooperative scheduling in a browser environment. It is currently used internally by React, but we plan to make it more generic.
4
-
5
- The public API for this package is not yet finalized.
6
-
7
- ### Thanks
8
-
9
- The React team thanks [Anton Podviaznikov](https://podviaznikov.com/) for donating the `scheduler` package name.
@@ -1,8 +0,0 @@
1
- {
2
- "branch": "pull/21051",
3
- "buildNumber": "287151",
4
- "checksum": "94f5c65",
5
- "commit": "12adaffef",
6
- "environment": "ci",
7
- "reactVersion": "17.0.0-12adaffef"
8
- }
@@ -1,347 +0,0 @@
1
- /** @license React v0.20.2
2
- * scheduler-tracing.development.js
3
- *
4
- * Copyright (c) Facebook, Inc. and its affiliates.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
9
-
10
- 'use strict';
11
-
12
- if (process.env.NODE_ENV !== "production") {
13
- (function() {
14
- 'use strict';
15
-
16
- var DEFAULT_THREAD_ID = 0; // Counters used to generate unique IDs.
17
-
18
- var interactionIDCounter = 0;
19
- var threadIDCounter = 0; // Set of currently traced interactions.
20
- // Interactions "stack"–
21
- // Meaning that newly traced interactions are appended to the previously active set.
22
- // When an interaction goes out of scope, the previous set (if any) is restored.
23
-
24
- exports.__interactionsRef = null; // Listener(s) to notify when interactions begin and end.
25
-
26
- exports.__subscriberRef = null;
27
-
28
- {
29
- exports.__interactionsRef = {
30
- current: new Set()
31
- };
32
- exports.__subscriberRef = {
33
- current: null
34
- };
35
- }
36
- function unstable_clear(callback) {
37
-
38
- var prevInteractions = exports.__interactionsRef.current;
39
- exports.__interactionsRef.current = new Set();
40
-
41
- try {
42
- return callback();
43
- } finally {
44
- exports.__interactionsRef.current = prevInteractions;
45
- }
46
- }
47
- function unstable_getCurrent() {
48
- {
49
- return exports.__interactionsRef.current;
50
- }
51
- }
52
- function unstable_getThreadID() {
53
- return ++threadIDCounter;
54
- }
55
- function unstable_trace(name, timestamp, callback) {
56
- var threadID = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : DEFAULT_THREAD_ID;
57
-
58
- var interaction = {
59
- __count: 1,
60
- id: interactionIDCounter++,
61
- name: name,
62
- timestamp: timestamp
63
- };
64
- var prevInteractions = exports.__interactionsRef.current; // Traced interactions should stack/accumulate.
65
- // To do that, clone the current interactions.
66
- // The previous set will be restored upon completion.
67
-
68
- var interactions = new Set(prevInteractions);
69
- interactions.add(interaction);
70
- exports.__interactionsRef.current = interactions;
71
- var subscriber = exports.__subscriberRef.current;
72
- var returnValue;
73
-
74
- try {
75
- if (subscriber !== null) {
76
- subscriber.onInteractionTraced(interaction);
77
- }
78
- } finally {
79
- try {
80
- if (subscriber !== null) {
81
- subscriber.onWorkStarted(interactions, threadID);
82
- }
83
- } finally {
84
- try {
85
- returnValue = callback();
86
- } finally {
87
- exports.__interactionsRef.current = prevInteractions;
88
-
89
- try {
90
- if (subscriber !== null) {
91
- subscriber.onWorkStopped(interactions, threadID);
92
- }
93
- } finally {
94
- interaction.__count--; // If no async work was scheduled for this interaction,
95
- // Notify subscribers that it's completed.
96
-
97
- if (subscriber !== null && interaction.__count === 0) {
98
- subscriber.onInteractionScheduledWorkCompleted(interaction);
99
- }
100
- }
101
- }
102
- }
103
- }
104
-
105
- return returnValue;
106
- }
107
- function unstable_wrap(callback) {
108
- var threadID = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : DEFAULT_THREAD_ID;
109
-
110
- var wrappedInteractions = exports.__interactionsRef.current;
111
- var subscriber = exports.__subscriberRef.current;
112
-
113
- if (subscriber !== null) {
114
- subscriber.onWorkScheduled(wrappedInteractions, threadID);
115
- } // Update the pending async work count for the current interactions.
116
- // Update after calling subscribers in case of error.
117
-
118
-
119
- wrappedInteractions.forEach(function (interaction) {
120
- interaction.__count++;
121
- });
122
- var hasRun = false;
123
-
124
- function wrapped() {
125
- var prevInteractions = exports.__interactionsRef.current;
126
- exports.__interactionsRef.current = wrappedInteractions;
127
- subscriber = exports.__subscriberRef.current;
128
-
129
- try {
130
- var returnValue;
131
-
132
- try {
133
- if (subscriber !== null) {
134
- subscriber.onWorkStarted(wrappedInteractions, threadID);
135
- }
136
- } finally {
137
- try {
138
- returnValue = callback.apply(undefined, arguments);
139
- } finally {
140
- exports.__interactionsRef.current = prevInteractions;
141
-
142
- if (subscriber !== null) {
143
- subscriber.onWorkStopped(wrappedInteractions, threadID);
144
- }
145
- }
146
- }
147
-
148
- return returnValue;
149
- } finally {
150
- if (!hasRun) {
151
- // We only expect a wrapped function to be executed once,
152
- // But in the event that it's executed more than once–
153
- // Only decrement the outstanding interaction counts once.
154
- hasRun = true; // Update pending async counts for all wrapped interactions.
155
- // If this was the last scheduled async work for any of them,
156
- // Mark them as completed.
157
-
158
- wrappedInteractions.forEach(function (interaction) {
159
- interaction.__count--;
160
-
161
- if (subscriber !== null && interaction.__count === 0) {
162
- subscriber.onInteractionScheduledWorkCompleted(interaction);
163
- }
164
- });
165
- }
166
- }
167
- }
168
-
169
- wrapped.cancel = function cancel() {
170
- subscriber = exports.__subscriberRef.current;
171
-
172
- try {
173
- if (subscriber !== null) {
174
- subscriber.onWorkCanceled(wrappedInteractions, threadID);
175
- }
176
- } finally {
177
- // Update pending async counts for all wrapped interactions.
178
- // If this was the last scheduled async work for any of them,
179
- // Mark them as completed.
180
- wrappedInteractions.forEach(function (interaction) {
181
- interaction.__count--;
182
-
183
- if (subscriber && interaction.__count === 0) {
184
- subscriber.onInteractionScheduledWorkCompleted(interaction);
185
- }
186
- });
187
- }
188
- };
189
-
190
- return wrapped;
191
- }
192
-
193
- var subscribers = null;
194
-
195
- {
196
- subscribers = new Set();
197
- }
198
-
199
- function unstable_subscribe(subscriber) {
200
- {
201
- subscribers.add(subscriber);
202
-
203
- if (subscribers.size === 1) {
204
- exports.__subscriberRef.current = {
205
- onInteractionScheduledWorkCompleted: onInteractionScheduledWorkCompleted,
206
- onInteractionTraced: onInteractionTraced,
207
- onWorkCanceled: onWorkCanceled,
208
- onWorkScheduled: onWorkScheduled,
209
- onWorkStarted: onWorkStarted,
210
- onWorkStopped: onWorkStopped
211
- };
212
- }
213
- }
214
- }
215
- function unstable_unsubscribe(subscriber) {
216
- {
217
- subscribers.delete(subscriber);
218
-
219
- if (subscribers.size === 0) {
220
- exports.__subscriberRef.current = null;
221
- }
222
- }
223
- }
224
-
225
- function onInteractionTraced(interaction) {
226
- var didCatchError = false;
227
- var caughtError = null;
228
- subscribers.forEach(function (subscriber) {
229
- try {
230
- subscriber.onInteractionTraced(interaction);
231
- } catch (error) {
232
- if (!didCatchError) {
233
- didCatchError = true;
234
- caughtError = error;
235
- }
236
- }
237
- });
238
-
239
- if (didCatchError) {
240
- throw caughtError;
241
- }
242
- }
243
-
244
- function onInteractionScheduledWorkCompleted(interaction) {
245
- var didCatchError = false;
246
- var caughtError = null;
247
- subscribers.forEach(function (subscriber) {
248
- try {
249
- subscriber.onInteractionScheduledWorkCompleted(interaction);
250
- } catch (error) {
251
- if (!didCatchError) {
252
- didCatchError = true;
253
- caughtError = error;
254
- }
255
- }
256
- });
257
-
258
- if (didCatchError) {
259
- throw caughtError;
260
- }
261
- }
262
-
263
- function onWorkScheduled(interactions, threadID) {
264
- var didCatchError = false;
265
- var caughtError = null;
266
- subscribers.forEach(function (subscriber) {
267
- try {
268
- subscriber.onWorkScheduled(interactions, threadID);
269
- } catch (error) {
270
- if (!didCatchError) {
271
- didCatchError = true;
272
- caughtError = error;
273
- }
274
- }
275
- });
276
-
277
- if (didCatchError) {
278
- throw caughtError;
279
- }
280
- }
281
-
282
- function onWorkStarted(interactions, threadID) {
283
- var didCatchError = false;
284
- var caughtError = null;
285
- subscribers.forEach(function (subscriber) {
286
- try {
287
- subscriber.onWorkStarted(interactions, threadID);
288
- } catch (error) {
289
- if (!didCatchError) {
290
- didCatchError = true;
291
- caughtError = error;
292
- }
293
- }
294
- });
295
-
296
- if (didCatchError) {
297
- throw caughtError;
298
- }
299
- }
300
-
301
- function onWorkStopped(interactions, threadID) {
302
- var didCatchError = false;
303
- var caughtError = null;
304
- subscribers.forEach(function (subscriber) {
305
- try {
306
- subscriber.onWorkStopped(interactions, threadID);
307
- } catch (error) {
308
- if (!didCatchError) {
309
- didCatchError = true;
310
- caughtError = error;
311
- }
312
- }
313
- });
314
-
315
- if (didCatchError) {
316
- throw caughtError;
317
- }
318
- }
319
-
320
- function onWorkCanceled(interactions, threadID) {
321
- var didCatchError = false;
322
- var caughtError = null;
323
- subscribers.forEach(function (subscriber) {
324
- try {
325
- subscriber.onWorkCanceled(interactions, threadID);
326
- } catch (error) {
327
- if (!didCatchError) {
328
- didCatchError = true;
329
- caughtError = error;
330
- }
331
- }
332
- });
333
-
334
- if (didCatchError) {
335
- throw caughtError;
336
- }
337
- }
338
-
339
- exports.unstable_clear = unstable_clear;
340
- exports.unstable_getCurrent = unstable_getCurrent;
341
- exports.unstable_getThreadID = unstable_getThreadID;
342
- exports.unstable_subscribe = unstable_subscribe;
343
- exports.unstable_trace = unstable_trace;
344
- exports.unstable_unsubscribe = unstable_unsubscribe;
345
- exports.unstable_wrap = unstable_wrap;
346
- })();
347
- }
@@ -1,9 +0,0 @@
1
- /** @license React v0.20.2
2
- * scheduler-tracing.production.min.js
3
- *
4
- * Copyright (c) Facebook, Inc. and its affiliates.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
9
- 'use strict';var b=0;exports.__interactionsRef=null;exports.__subscriberRef=null;exports.unstable_clear=function(a){return a()};exports.unstable_getCurrent=function(){return null};exports.unstable_getThreadID=function(){return++b};exports.unstable_subscribe=function(){};exports.unstable_trace=function(a,d,c){return c()};exports.unstable_unsubscribe=function(){};exports.unstable_wrap=function(a){return a};
@@ -1,16 +0,0 @@
1
- /** @license React v0.20.2
2
- * scheduler-tracing.profiling.min.js
3
- *
4
- * Copyright (c) Facebook, Inc. and its affiliates.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
9
- 'use strict';var g=0,l=0;exports.__interactionsRef=null;exports.__subscriberRef=null;exports.__interactionsRef={current:new Set};exports.__subscriberRef={current:null};var m=null;m=new Set;function n(e){var d=!1,a=null;m.forEach(function(c){try{c.onInteractionTraced(e)}catch(b){d||(d=!0,a=b)}});if(d)throw a;}function p(e){var d=!1,a=null;m.forEach(function(c){try{c.onInteractionScheduledWorkCompleted(e)}catch(b){d||(d=!0,a=b)}});if(d)throw a;}
10
- function q(e,d){var a=!1,c=null;m.forEach(function(b){try{b.onWorkScheduled(e,d)}catch(f){a||(a=!0,c=f)}});if(a)throw c;}function r(e,d){var a=!1,c=null;m.forEach(function(b){try{b.onWorkStarted(e,d)}catch(f){a||(a=!0,c=f)}});if(a)throw c;}function t(e,d){var a=!1,c=null;m.forEach(function(b){try{b.onWorkStopped(e,d)}catch(f){a||(a=!0,c=f)}});if(a)throw c;}function u(e,d){var a=!1,c=null;m.forEach(function(b){try{b.onWorkCanceled(e,d)}catch(f){a||(a=!0,c=f)}});if(a)throw c;}
11
- exports.unstable_clear=function(e){var d=exports.__interactionsRef.current;exports.__interactionsRef.current=new Set;try{return e()}finally{exports.__interactionsRef.current=d}};exports.unstable_getCurrent=function(){return exports.__interactionsRef.current};exports.unstable_getThreadID=function(){return++l};
12
- exports.unstable_subscribe=function(e){m.add(e);1===m.size&&(exports.__subscriberRef.current={onInteractionScheduledWorkCompleted:p,onInteractionTraced:n,onWorkCanceled:u,onWorkScheduled:q,onWorkStarted:r,onWorkStopped:t})};
13
- exports.unstable_trace=function(e,d,a){var c=3<arguments.length&&void 0!==arguments[3]?arguments[3]:0,b={__count:1,id:g++,name:e,timestamp:d},f=exports.__interactionsRef.current,k=new Set(f);k.add(b);exports.__interactionsRef.current=k;var h=exports.__subscriberRef.current;try{if(null!==h)h.onInteractionTraced(b)}finally{try{if(null!==h)h.onWorkStarted(k,c)}finally{try{var v=a()}finally{exports.__interactionsRef.current=f;try{if(null!==h)h.onWorkStopped(k,c)}finally{if(b.__count--,null!==h&&0===b.__count)h.onInteractionScheduledWorkCompleted(b)}}}}return v};
14
- exports.unstable_unsubscribe=function(e){m.delete(e);0===m.size&&(exports.__subscriberRef.current=null)};
15
- exports.unstable_wrap=function(e){function d(){var d=exports.__interactionsRef.current;exports.__interactionsRef.current=c;b=exports.__subscriberRef.current;try{try{if(null!==b)b.onWorkStarted(c,a)}finally{try{var h=e.apply(void 0,arguments)}finally{if(exports.__interactionsRef.current=d,null!==b)b.onWorkStopped(c,a)}}return h}finally{f||(f=!0,c.forEach(function(a){a.__count--;if(null!==b&&0===a.__count)b.onInteractionScheduledWorkCompleted(a)}))}}var a=1<arguments.length&&void 0!==arguments[1]?arguments[1]:
16
- 0,c=exports.__interactionsRef.current,b=exports.__subscriberRef.current;if(null!==b)b.onWorkScheduled(c,a);c.forEach(function(a){a.__count++});var f=!1;d.cancel=function(){b=exports.__subscriberRef.current;try{if(null!==b)b.onWorkCanceled(c,a)}finally{c.forEach(function(a){a.__count--;if(b&&0===a.__count)b.onInteractionScheduledWorkCompleted(a)})}};return d};